Re: [Flashcoders] NetStream.play() - Start parameter

2007-04-05 Thread leolea
I've read the docs and the livedocs, and I don't see a ready event. Does this mean that this last suggestion of yours won't work ? netStream.play(flvPath); netStream.seek(5); On 4/4/07 7:14 PM, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: You have to wait for the ready event before you

Re: [Flashcoders] NetStream.play() - Start parameter

2007-04-05 Thread john robinson
I'm not sure but I think the extra parameters only apply to streaming video (aka, video from FMS). There's a lot more info here: http://livedocs.adobe.com/fms/2/docs/wwhelp/wwhimpl/js/html/wwhelp.htm I did a quick test with a local flv and couldn't get it to work, though this bit of code did

Re: [Flashcoders] NetStream.play() - Start parameter

2007-04-05 Thread nelson ramirez
Hi, If you want to start playing at 10 seconds you have to first, buffer your video to 10 seconds. (or 15) wait for your buffer to be full, then do your seek operation. That is if you're doing it as a progressive download. If you stream using FMS or something like it, FMS will automatically

[Flashcoders] NetStream.play() - Start parameter

2007-04-04 Thread leolea
Hi, Has anyone used the Start:Number parameter from the NetStream.Play() method ? There isn't much documentation from Adobe. I want to start the playback of a FLV at, say, 5 seconds... So logically I would do: netStream.play(flvPath, 15); But it's always playing from 0...

Re: [Flashcoders] NetStream.play() - Start parameter

2007-04-04 Thread Steven Loe
You're right the documention is *very* thin. Have you tried getting the effect you're after with NetStream.seek(50)? -Steven --- leolea [EMAIL PROTECTED] wrote: Hi, Has anyone used the Start:Number parameter from the NetStream.Play() method ? There isn't much documentation from Adobe.

RE: [Flashcoders] NetStream.play() - Start parameter

2007-04-04 Thread Steven Sacks | BLITZ
] NetStream.play() - Start parameter Hi, Has anyone used the Start:Number parameter from the NetStream.Play() method ? There isn't much documentation from Adobe. I want to start the playback of a FLV at, say, 5 seconds... So logically I would do: netStream.play(flvPath, 15); But it's always

Re: [Flashcoders] NetStream.play() - Start parameter

2007-04-04 Thread leolea
:[EMAIL PROTECTED] On Behalf Of leolea Sent: Wednesday, April 04, 2007 12:20 PM To: Flashcoders mailing list Subject: [Flashcoders] NetStream.play() - Start parameter Hi, Has anyone used the Start:Number parameter from the NetStream.Play() method ? There isn't much documentation from

[Flashcoders] NetStream.play() - Start parameter

2007-04-04 Thread Alon Zouaretz
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of leolea Sent: Wednesday, April 04, 2007 12:20 PM To: Flashcoders mailing list Subject: [Flashcoders] NetStream.play() - Start parameter Hi, Has anyone used the Start:Number parameter from the NetStream.Play() method ? There isn't

Re: [Flashcoders] NetStream.play() - Start parameter

2007-04-04 Thread leolea
Sent: Wednesday, April 04, 2007 12:20 PM To: Flashcoders mailing list Subject: [Flashcoders] NetStream.play() - Start parameter Hi, Has anyone used the Start:Number parameter from the NetStream.Play() method ? There isn't much documentation from Adobe. I want to start the playback

RE: [Flashcoders] NetStream.play() - Start parameter

2007-04-04 Thread Steven Sacks | BLITZ
You have to wait for the ready event before you can seek. Read the docs and it will all come clear. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] NetStream.play() - Start parameter

2007-04-04 Thread Jason Rayles
Read the docs and it will all come clear. Ah ha ha! That's hilarious. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig