Hello:
So far, so good. But I need the timeline to continue playing after my MC ends.
Right now on frame #45 of my timeline I have this script on my scripts layer:
/* Stop at This Frame
The Flash timeline will stop/pause at the frame where you insert this code.
Can also be used to stop/pause the timeline of movieclips.
*/
stop();
/* Play a Movie Clip
Plays the specified movie clip on stage.
Instructions:
1. Use this code for movie clips that are currently stopped.
*/
Video.play();
Everything up to that point works fine, but after the MC (fl.video.FLVPlayback) ends, it doesn't continue down the timeline to the end.
Any help, please?
Thanks so much.