So I’m using the script below to listen for when the video in the (flvPlayback) is completed playing. Once it is completed I would like it so that it loads another video at random. Does anyone know how this done?
flvPlayback.addEventListener(“complete”,this.complete);
function complete(evt:Object):Void {
//play random video script?
}