Page 1 of 1

Loading a sequence of flash movies

Posted: Sun Jun 12, 2005 5:25 pm
by ggodby
If you wish to load a sequence of flash movies into the player, how do you know when the current movie has completed so you can load the next one in the sequence - is there an event to do this?
Thanks

Posted: Sun Jun 12, 2005 9:17 pm
by Softanics
Thank you for your question.
There is no special event for this. You can test a movie compliting using comparing CurrentFrame and FrameNum - 1.

Posted: Thu Jun 16, 2005 8:29 am
by Guest
Besides Softanics's method, an other way is to use FSCommand in Flash.
You can send a FSCommand at the last frame in you Flash movie, and then you can catch the event of FScommand in your program.

But, if the Flash Movie is not made by yourself , the method is not available.

Chance Wen