I am using the
to grab the time of the flv movie but some time this event is not able to get the time i need to refresh the page the time.Code:var listenerObject:Object = new Object(); listenerObject.ready = function(eventObject:Object):Void { trace(flvPlayer.totalTime); }; flvPlayer.addEventListener("ready", listenerObject);
I think there is some problem with the event.
Need help.




Bookmarks