views:

70

answers:

1

Hey,

I have a Flash player that I created with Moyea PlayerBox and I am trying to figure out how to find out when the video is done playing. I want to create a playlist kind of like ESPN does where you can do a check box for continuous play and if it is checked I want it to keep playing if not I want the user to be able to decide where on the playlist to play.

A: 

If you're willing to use an external library, it looks like JW Player supports a MediaEvent.JWPLAYER_MEDIA_COMPLETE event for this.

Annie