MP3 Player vs. Video Player
Hi guys,
I've created custom video players and custom MP3 players in the past numerous times, but I've never know the code that's equivalent to "onSoundComplete" for the video player.
I'd like to implement actionscript to create a function that checks to see if the video is complete, then if it is, the function takes action (say... nextFrame).
With my MP3 player, no problem, it's just ... player_mc.onSoundComplete = function().
I get that... I was just wondering would could be used when it's a video file, and not an audio file that you're checking the complete status of. Just need the call ... thanks!
|