hello experts...
i'm trying to connect to an fms2 server using as3 like this...

              connection = new NetConnection();
              connection.addEventListener(NetStatusEvent.NET_STATUS,
netStatusHandler);
              connection.addEventListener(SecurityErrorEvent.SECURITY_ERROR,
securityErrorHandler);

              connection.connect("rtmp://localhost/myApp/_definst_");

however, i keep getting a connection error stating that there's a problem
with object encoding...is there an upgrade for fms2 i should know about?

thanks

p
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to