|
-
Flashmatics
not necessarily to the second frame.. im not sure how you have coded your flash movie.. u said when flash goes to another frame it then plays the second video?
if this is the case just you just need to reset inBound = false; before the second video plays...
so if your second video is in the second frame... just put inBound = false; right in the beginning of the actions...
i'll need to know the code on the second frame to help u further.. is the video object still the same object i.e video1? if its something else like video2 then you will need to do:
video2.addEventListener("cuePoint", listenerObject);
P.S you shouldnt need to go to the second frame to play a new video... you can just use code to make your video play the next video...
have a look at www.gotoandlearn.com for some good video tutorials on creating a video player...
you can also download a video player from my library and see how its coded up..
Tags for this Thread
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
|