noVNC/include/web-socket-js/flash-src
Joel Martin a93c955538 Opera works! Fix message event drops/reorders.
Instead of relying on FABridge AS -> JS event delivery, we just use
the events to notify JS of pending data. The message handler then
calls the AS readSocketData routine which sends back an array of
the pending WebSocket frames.

There is still a minor bug somewhere that happens after the first
connect where the web-socket-js throws an "INVALID_STATE_ERR: Web
Socket connection has not been established". But, Opera is now usable
and we should be able to drop the packet sequence numbering and
re-ordering code.

Another minor issue to better support Opera is to move JS script
includes to the <head> of the page instead of after the body.
2010-07-01 09:53:38 -05:00
..
bridge Import web-socket-js: a0fb3933ce5c824bcb882f5a1cf87e46de773ea8 2010-04-17 17:23:31 -05:00
com Squelch MD5.as build warnings. 2010-06-24 16:58:24 -05:00
WebSocket.as Opera works! Fix message event drops/reorders. 2010-07-01 09:53:38 -05:00
WebSocketMain.as Add web-socket-js debug flag and default to off. 2010-06-24 16:59:53 -05:00
WebSocketMain.swf Support WebSockets 76 (hixie-76, hybi-00). 2010-06-24 17:04:57 -05:00
WebSocketMessageEvent.as Update gimite/web-socket-js to dd80a1807758abfab4a0fde840f94c5d649e4a24 2010-06-24 12:42:34 -05:00
WebSocketStateEvent.as Update gimite/web-socket-js to dd80a1807758abfab4a0fde840f94c5d649e4a24 2010-06-24 12:42:34 -05:00