Hi,
When using the property httpIdleTimeout in action script 3, I get this error:
"Access of possibly undefined property httpIdleTimeout through a reference with static type flash.net:NetConnection"
Here is my code below:
import flash.net.*;
import flash.net.NetConnection;
...
var _netConnection:NetConnection = new NetConnection();
_netConnection.httpIdleTimeout = 5000;
...I need to increase the timeout because my service takes time to process some data.I have AIR 2.7.1 installed.
Thanks in advance!
Hi,
Got exact the same problem.. (using the flex 4.5.1 and air 2.7.1 sdk).
Strange thing... this used to work.. :S
If i look at the NetConnection class i can see the httpIdleTimeout getter and setter. But it still gives me "ReferenceError: Error #1056: Cannot create property httpIdleTimeout on flash.net.NetConnection."
North America
Europe, Middle East and Africa
Asia Pacific