web-socket-js icon indicating copy to clipboard operation
web-socket-js copied to clipboard

HTML5 Web Socket implementation powered by Flash

Results 30 web-socket-js issues
Sort by recently updated
recently updated
newest added

I had a json obj with html code ,and media as base64 data in it Using the obj, I need to preview html code with base64 media included in new...

No onopen method was triggered under ie9 and no error was reported. Thanks for your help!

We try to connect the secure websocket, we can get the policy file and return the correct status when we request 843 port, but we still can not open the...

swf用的是WebSocketMainInsecure.swf; 以下是日志: 日志: [WebSocket] debug enabled 日志: [WebSocket] policy file: xmlsocket://ws2.***.**:843 日志: [WebSocket] connected 日志: [WebSocket] starting SSL/TLS 日志: [WebSocket] request header: GET /douyu HTTP/1.1 Host: ws2.9yu.tv Upgrade: websocket Connection:...

### **i run a http server to response a xml document on port 843,but still can not connect to my websockt server** ![image](https://user-images.githubusercontent.com/15643161/55395910-3463c880-5575-11e9-922d-b3e2dca92f2d.png) ![image](https://user-images.githubusercontent.com/15643161/55396190-df748200-5575-11e9-8a4c-a28e783e45eb.png) ### **and my html document and...

Could this library feasibly be modified to run in an AIR Mobile app or does this require the use of ExtInt? Thx

We encountered some SSL/TLS connection problems with f5 load balancers and SSL offloading. We fixed this with a implementation of the new SecureSocket provided by adobe. Another problem was the...

need more info

We are using web-socket-js in a force Flash mode and it works just fine except for the Edge browser. When running in Edge, error happens in `WebSocket.prototype.__createMessageEvent()` method because of...

patch welcome
feature request

I run into a `SecurityError: Error #2048` when connecting to a wss endpoint: https://rawgit.com/leeyeh/js-realtime-sdk/issue/web-socket-js/demo/web-socket-js/fail.html ``` [WebSocket] debug enabled [WebSocket] policy file: xmlsocket://rtm51.leancloud.cn:843 [WebSocket] cannot connect to Web Socket server at...