Fairly simple idea I'm trying to achieve but I'm getting some problems. I have a FLVPlayback component that has an eventListener listening for the VideoEvent.COMPLETE. When it fires, the current active player is closed and a new one is opened using activeVideoPlayerIndex & closeVideoPlayer(). It works great but for some reason it will randomly fire the COMPLETE function early before the player has finished playing... Not all the time, just randomly. Any ideas?


Reply With Quote