Hiroshi Ichikawa

Results 91 comments of Hiroshi Ichikawa

> Especially follow Step 1 and see if you get any other log messages? I mean the step to put WEB_SOCKET_DEBUG = true. There seems to be two "Step 1"...

Sorry I forgot to follow up on this thread. web-socket-js queues actual process until Flash object is ready, so it should work even if you use WebSocket immediately after loading...

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...

Thanks for the patch. But server-to-client frames must not be masked per spec: http://tools.ietf.org/html/rfc6455#section-5.1 So we should not support it. Can you remove that part from the pull request?

Can you try Troubleshooting section in this page: https://github.com/gimite/web-socket-js#troubleshooting and report result of each step?

I didn't know about expressInstall.swf. What does it do? If you send a pull request adding support for it, I may pull it if it looks useful and not very...

> expressInstall.swf is a feature of Flash v6+ that swfobject.js supports. It provides an easy way for users to upgrade to the latest version of flash if they don't have...

Yeah that's not implemented. Hopefully I will implement it in the future, but I'm happy to accept pull request if someone implement it.

I'm not sure when I have time to implement it. It would be nice if someone implement it and sent pull request.

It's ActionScript change. You just need a normal text editor and a free command line tool (Flex SDK) to code ActionScript.