/ Published in: ActionScript
send an FLV clip to a designated embedded cuepoint. the cuepoint must be of the type 'navigation' and must have previously been embedded when the video was converted to FLV format.
in this example, the FLV video is called "vid" and it lives inside a movieclip called "videoholderMC". if you're going to have multiple videoclips on the stage,it makes sense to put each one inside a movieclip, so you can talk to it with actionscript
Expand |
Embed | Plain Text
// send FLV "vid" [inside movieclip "videoholderMC"] to the navigation cuepoint "middle" this.videoholderMC.vid.seekToNavCuePoint("middle");
You need to login to post a comment.
