Results 1 to 4 of 4
-
March 11th, 2010, 04:52 AM #14Registered User
postsdetect end of external file (swf) from main file
hi guys,
I have a video in .flv format that I have converted into .swf. And this .swf file, I have added it in into my main flash file by using Loader. And now, I want to detect when this video will finish playing so that I can go to the next frame which is not looping the video again and again.
So, any idea on how to do that?
many thanks...
-
March 11th, 2010, 08:01 AM #27noobfish : (
postsMy most instant thought would be to get the bytesTotal and somehow divide it with the length of the movie.. But it might be a false lead.
But, unless there is a "FILE_FINISHED" event or something, then somehow manipulating bytesTotal is my best shot.
-
March 11th, 2010, 08:03 AM #3125Registered User
postsIf it's (the FLV) embedded into the timeline (of the loaded SWF), just add an ENTER_FRAME listener and check for currentFrame == totalFrames. When that returns true, the swf has finished playing.
-
March 12th, 2010, 03:09 AM #44Registered User
postsI can't track on the totalFrames because when I load the flv into the swf file, there is only 1 frame there.
Any other ideas?

Reply With Quote

Bookmarks