all groups > flash actionscript > april 2007 > threads for saturday april 14
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Animated Buttons
Posted by jmtweb at 4/14/2007 11:22:09 PM
my animated buttons are in a movie clip on the main timeline, I want to link them to a label on the main timeline of the movie with having to use another button. Anyone have suggestions?... more >>
dynamically loadVars directly from hypertext link?
Posted by masterkrang at 4/14/2007 10:57:39 PM
Hi, I have created a swf that keeps track of a users choices, then sends the
coices to a PHP script via getURL. When the php script recieves the vars, it
sends the user an email with a with a hypertext link. This hypertext link has
the choices they made appended to the url. The URL ends up loo... more >>
Is flash playing?
Posted by jorkri at 4/14/2007 10:43:11 PM
I have spent a lot of time trying to find out if it is possible to detect if a
flash 8 file is playing or if it has stoped. Basicly I need a property
(boolean) in the MovieClip class like "isPlaying". In earlyer versions of flash
I have extended the play - stop - gotoAndPlay - gotoAndStop fun... more >>
Loadmovie Fade in and out
Posted by Slave_8 at 4/14/2007 10:42:08 PM
Ok, I am getting ready to start a new project and I want to make sure I'm on
the right track! It will be a site that uses loadmovie (I hope) to fade pages
in and out in equal amounts. (I.E movie 1 unloads and fades out at the same
rate movie 2 loads up and fades in)I found a reply by Kglad for... more >>
Squares Animation
Posted by juanddiaz at 4/14/2007 8:53:13 PM
Hi. Can someone help me with an animation I'm working on?
Basically what I?m trying to do is make random20x20px squares appear and
disappear with random values of alpha on top of an image. The time that they
appear and disappear must be random too. Also the have to appear in random
positio... more >>
bitmap resize problem
Posted by gigisfarleaza at 4/14/2007 8:20:48 PM
I am creating a bitmap from stage, attach it to a movieclip, but when i resize
the movieclip the bitmap is not smoothed, I've put the smooth variable to
true in draw command from bitmap and in the attachBitmap command. What am i
doing wrong ?
I hope you understand my problem ?
please... more >>
opening another SWF prom another server
Posted by totojepast NO[at]SPAM razdva.cz at 4/14/2007 8:00:30 PM
Can a .SWF file load and open / embed another SWF file from another server?
For instance, if an animation at www.example1.com/a.swf would try to display
another animation from www.exaple2.com/b.swf inside its user interface?
... more >>
which swf can be imported to stage?
Posted by aa at 4/14/2007 5:48:05 PM
what are the restrictions as to which swf file can be imported to the
library.
I am asking because sone swf would not get imported. In sense that when
importing them nothing happens. Now error is issued and nothing get imported
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Managing Files and Folders
Posted by dido78 at 4/14/2007 2:10:14 PM
Hi;
I 'm working in a flash project in which the user is requiered to register
(fill a form - user name, password,..............etc).
is it possible to create a new separate XML file for each user once he
register and save his data in it then save this XML file in a certain directory?
... more >>
flash drop down menus
Posted by BetsyW. at 4/14/2007 1:59:08 PM
I must have tried five different tutorials with varying but never complete
success.. does any one know of a good tutorial that
actually works? the the resultant menus that I have produced seem very quirky..
any help would be very much appreciated!
Betsy
... more >>
Loader Component not working locally
Posted by Ferg1 at 4/14/2007 12:36:34 AM
I am building a photo slideshow that loads external images into a loader
component. I want to use the loader component because it automatically resizes
and centers the images. This works perfectly when I serve the page on a
website. However, when I try to just open the html page locally on m... more >>
two onPress on the same clip
Posted by aa at 4/14/2007 12:00:00 AM
a movieclip mc has onPress=f1 in its timeline;
in the main line this clip is used as
attachMovie("mc","mc",1)
mc.onPress=f2
From what I see in this case f2() is not called
Is this how it is supposed to be?
How do I make mc.onPress to work too?
... more >>
Receiving ERROR Messages
Posted by WebXperience at 4/14/2007 12:00:00 AM
In testing my movie, I am receiving the following error messages:
======================================
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement must appear
within on/onClipEvent handler
var cycle:Number = 0;
**Error** Scene=Scene 1, layer=Layer 1, frame... more >>
colour help
Posted by Strangedenial at 4/14/2007 12:00:00 AM
this wokrs just fine for me, but i can't change the 8 digit color there as I
wish. Like; i cant make it white, or any specific color. I've tried "
couleurCadre='#FFFFFF'; as in Java, but not working. here : couleurCadre =
90000000; this 90000000 is some kinda dark blue, I can make it ... more >>
superimposing movieclips with onPress
Posted by aa at 4/14/2007 12:00:00 AM
if I have
mc1.onPress=f1; //depth=1
mc2; //depth2
and mc2 is placed over mc1
I observed that in this case click on mc1 over mc2 goes through mc2 and f1()
executes
However if mc2 is assigned mc2.onPress=f2; then f1() does not execute i.e.
the click doew not go through the upper mc
Is th... more >>
AC smoke
Posted by larscuzner at 4/14/2007 12:00:00 AM
Anyone know how to animate randome smoke with only ac? tips on tuts or code?... more >>
|