PDA

View Full Version : how do I set the netStream timeout



hoolagon
April 25th, 2008, 06:44 AM
I have created my own videoPlayer class using flashes NetStream class and Video class.
I am not connecting to a flash media server, however I need to adjust / increase the timeout() setting so that it waits longer before timing out when connecting to a stream.

Does anyone know how to do this;

Thanks

wvxvw
April 25th, 2008, 08:47 AM
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/NetStream.html#bufferTime
May be bufferTime? There's no property/method timeout() on either NetStream or Video...

hoolagon
April 25th, 2008, 09:59 AM
Not buffertime, its the timeout I need to adjust. It is set within the INCManager (http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/video/INCManager.html)class I just dont know how to use it. Any ideas?