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)
I tried the VideoDisplay object and it seems to be much better (starts
immediatly), but some articles I've read discouraged from using it. What
is the best thing to do ?
Thanks for any information
--
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