|
-
[CS3] (AS2) gotoAndPlay after an external video plays
(Main, 1) Goes to another scene, short animation then plays an external FLV.
When the video is complete, I want it to go to the main scene, frame 5. gotoAndPlay( "main", 5 );
How I did it works sometimes and doesn't others. I moved the gotoAndPlay action down the Flash timeline in this scene and by trial and error moved the action 'til the timing was right. The only problem is, if there's a hitch in loading or playback, it cuts away from the video too soon because the Flash timeline and the video timeline are running independently. I need an ActionScript that will gotoAndPlay( "main", 5 ) once the video finishes. I'm not using an AS to play the video, but perhaps should?
I don't know if it's some kind of command like onvideo complete.
I've put an event cue point called "videoOver" in the last frame of the FLV video, but I don't know how to get that cue point to trigger the gotoAndPlay. There is probably 2 different ways to accomplish what I want, but I don't know either.
The problem is in the first 30 seconds.
http://www.thatcherdesign.com/LifeWa...eWebinar4.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|