gimite / web-socket-js

HTML5 Web Socket implementation powered by Flash
BSD 3-Clause "New" or "Revised" License
2.73k stars 489 forks source link

IE with adobe flash 11 does't work but firefox 11 #113

Open javrasya opened 12 years ago

javrasya commented 12 years ago

"[WebSocket] set WEB_SOCKET_SWF_LOCATION to location of WebSocketMain.swf " notification is seen on IE debug console. It work on Firefox with disabled Websocket. I don't know why it says, set WebSocketMain.swf. I've already set it . Please consider it work on firefox.

Thank!

gimite commented 12 years ago

It works fine for me with IE 9. How do you set WEB_SOCKET_SWF_LOCATION? Can you put code here?

Also, please follow "Troubleshooting" section in https://github.com/gimite/web-socket-js . Especially, please try sample.html in the web-socket-js package.