FlashSocket.IO icon indicating copy to clipboard operation
FlashSocket.IO copied to clipboard

Library to help Flash, Flex and ActionScript clients connect to Socket.IO servers.

Results 5 FlashSocket.IO issues
Sort by recently updated
recently updated
newest added

Hi @chatziko. As suggested I've moved to Flash 11.2 and have made prgress. When first using the AS3webSocket code in your fork I got the following error: 1119: Access of...

Just wanted to let you know that I've been working on several improvements over your FlashSocket.IO version (thanks a lot for the great work!), which I made available in [my...

Cannot get socketFlashIO to complie in FLash IDE keep getting the above error

`io.set('transports', [ 'websocket', 'htmlfile', 'xhr-polling', 'jsonp-polling', 'flashsocket' ]);` 'flashsocket' must be added to socketIO's transports. Otherwise it will close the socket immediately.

I'm connecting to a socket.io server (netty) using this FlashSocket.IO library Everything (connection, handshake, protocol upgrade) seems to work correctly, but when it comes time to start sending/receiving messages via...