Hello
I use a Video object and netstream to show video :

   stream=new NetStream(connection);
   stream.addEventListener(NetStatusEvent.NET_STATUS, netstatus);
   stream.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncerror);
   stream.client=this;
   var video:Video=new Video();
   video.attachNetStream(stream);
   stream.play(url);

I noticed that the video starts to play after the end of full download. 
Is there any way to let it start before (my video is a file.mov made on mac)
Thanks

-- 
Très cordialement,

Riccardo Cohen
-------------------------------------------
Articque
http://www.articque.com
149 av Général de Gaulle
37230 Fondettes - France
tel : 02-47-49-90-49
fax : 02-47-49-91-49

Reply via email to