RE: [flexcoders] FLV Duration

2006-12-05 Thread Matt Horn
If you're using the VideoDisplay component, you can get the length of the FLV file using the totalTime property. hth, matt horn flex docs > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of john_69_11 > Sent: Monday, December 04, 2006 4:13 P

Re: [flexcoders] FLV Duration

2006-12-04 Thread The Morans
You could pass everything through FLVTool2 on the server to inject metadata...problem solved! This is something we do with flvs made from ffmpeg. sean http://inlet-media.de/flvtool2 On Dec 4, 2006, at 2:45 PM, Stacy Young wrote: I’m curious to know myself, I will poke around. In the meanti

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
I'm curious to know myself, I will poke around. In the meantime ...I'd also post this to flashcoders. Since we're talking Actionscript specifically, there's a much higher percentage of folks on there that work with video. http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Cheers, St