I am loading an FLV dynamically using the NetConnection and NetStream
classes and display the video in a Video object, my question is shall I use
the Enter_Frame event to get the video played time?
If so, I need to remove the event after the video completed by checking
NetStream.Play.Complete?
thank you
==== code snippets ==========
videoHolder.addEventListener(Event.ENTER_FRAME, videoPlayTime );
function videoPlayTime(e:Event):void
{
videoPlayTime+"/"+totalVideoDuration;
}
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders