On calling connect() NetConnection.Connect.Success/Failed never fired. You can catch a failure with "NetConnection.Call.Failed" but not with the proper "NetConnection.Connect.Failed"
There is no way to tell if the connection was successful or not because "NetConnection.Connect.Success" never fired.
Does anyone know how to get around this problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
AMFPHP 1.9beta 2 with Flash CS4.
gateway.addEventListener( NetStatusEvent.NET_STATUS, netStatusHandler );
gateway.addEventListener( SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
gateway.connect( gw_url );
On calling connect() NetConnection.Connect.Success/Failed never fired. You can catch a failure with "NetConnection.Call.Failed" but not with the proper "NetConnection.Connect.Failed"
There is no way to tell if the connection was successful or not because "NetConnection.Connect.Success" never fired.
Does anyone know how to get around this problem?