This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Flash Site Design > August 2005 > wait on loadMovie
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| madansr 2005-08-31, 7:35 pm |
| hi there! i am trying to make a flash website, where in call swf movies. i need
to know, how to put a wait on loadMovie, so that the current playing swf
finishes before the called swf is loaded. plz help ! its urgent !
| |
| tralfaz 2005-08-31, 7:35 pm |
| "madansr" <webforumsuser@macromedia.com> wrote in message
news:df52ku$2q6$1@forums.macromedia.com...
> hi there! i am trying to make a flash website, where in call swf
> movies. i need
> to know, how to put a wait on loadMovie, so that the current playing
> swf
> finishes before the called swf is loaded. plz help ! its urgent !
On first frame of external swf make an empty frame (no graphics at
all) and put stop() command on first frame. That way it will load up
and then wait on the empty frame until you need it. Play the
movieclip or level that holds it when it is time for it to run.
tralfaz
| |
| madansr 2005-08-31, 7:35 pm |
| hey ,that's sounds cool. but what i want is, that before i load this new movie, my previously loaded movie should play the exit animation.
| |
| tralfaz 2005-08-31, 7:35 pm |
| "madansr" <webforumsuser@macromedia.com> wrote in message
news:df54kr$5nf$1@forums.macromedia.com...
> hey ,that's sounds cool. but what i want is, that before i load this
> new movie, my previously loaded movie should play the exit
> animation.
// on final frame of exit animation
stop();
_level1.play(); // play swf that was loaded into level 1
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|