HTML5 Flash Web Sockets (TCP Connection)

I read about a project that allows a developer to program an HTML5 web socket application compatible with older browsers, automatically departing from using the flash method.

Can someone fix this, since I cannot find the details now, am I interested in starting development?

Thanks!

+4
source share
1 answer

I wrote a decent tutorial about this.

Summarizing:

Include the web_socket.js and flash (swf) object on the page and web_socket.js . The web_socket.js object contains the necessary code to back up to FlashSocket if WebSockets is not supported.

If you want to use this in a real application, you will need to upload the Flash Policy files to port 843. I will also consider this.

+4
source

All Articles