
Originally Posted by
talreg
a new problem arises...
when tring to connect to an actual server, I get this error:
Socket failure for connection to
www.yourserver.com.
FTPS116: FlashVideo Status : (NetConnection.Connect.Faile
I get this on the emulator and therefor on the device? any thought?
Well!!One of the known issue in Action Script 3 is Object Encoding. Object Encoding By Default Is AMF3.In some cases , u have to change it to AMF0. Just Add this to your code :
Code:
nc.defaultObjectEncoding = ObjectEncoding.AMF0;
Where nc must be declared before as an netConnection object.
For More Details :
NetConnection
Hope it helps you.Otherwise , try running your code as AS 2.0(for testing). Enjoy Flash Programming..
Best Regards,
SajiSoft