you would have to play it till it call the metadata event first only then
you can start manipulating the stream, I would recommend to set the video
object to visible false and the set it to visible true on the metadata
event, then you should be able to seek it to any point

hth,
a




On 4/4/07, leolea <[EMAIL PROTECTED]> wrote:


No workee.

Still plays from 0 and spits a NetStream.Seek.InvalidTime



On 4/4/07 5:05 PM, "Steven Sacks | BLITZ" <[EMAIL PROTECTED]> wrote:

> netStream.play(flvPath);
> netStream.seek(5);
>
>
> BLITZ | Steven Sacks - 310-551-0200 x209
>
>
>> -----Original Message-----
>> From: [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 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...
>>
>>
>>
>>
>> _______________________________________________
>> 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 Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com http://training.figleaf.com
>>
> _______________________________________________
> 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 Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com


_______________________________________________
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 Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
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 Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to