RE: [flexcoders] FLV Duration

2006-12-05 Thread Matt Horn
ber 04, 2006 4:13 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] FLV Duration > > Is there an easy way to figure out the duration of an FLV > thati s being played? I have been looking at the NetStream > object and the onMetaData event, but it seems like the FLV >

Re: [flexcoders] FLV Duration

2006-12-04 Thread The Morans
PROTECTED] On Behalf Of john_69_11 Sent: Monday, December 04, 2006 4:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FLV Duration Is there an easy way to figure out the duration of an FLV thati s being played? I have been looking at the NetStream object and the onMetaData event, but it

Re: [flexcoders] FLV Duration

2006-12-04 Thread John Kirby
Via onMetaData you should be able to get duration. Have you tried something like this? private function playStream():void { stream = new NetStream(nc); stopTimer(); videoHolder = new UICompone

RE: [flexcoders] FLV Duration

2006-12-04 Thread Stacy Young
ashcoders Cheers, Stace From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of john_69_11 Sent: Monday, December 04, 2006 4:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FLV Duration Is there an easy way to figure out the dura

[flexcoders] FLV Duration

2006-12-04 Thread john_69_11
Is there an easy way to figure out the duration of an FLV thati s being played? I have been looking at the NetStream object and the onMetaData event, but it seems like the FLV does not always have the metadata set. The FLVs I want to play are created my other people, so there is no way to force t