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

I can't find Base64Encode.swc #146

Closed benzmuircroft closed 7 years ago

benzmuircroft commented 10 years ago

I would like to reuse WebSocketMain.swf So that instead of polyfilling WebSocket/MosWebSocket It will just connect an swf.

I have tried all day to make an swf with this and the only errors I cannot get rid of are for Base64Encode.

It would seem it is missing.

How did you get it to compile?

gimite commented 10 years ago

See "How to build WebSocketMain.swf" in https://github.com/gimite/web-socket-js for instruction of how to build it. Make sure you use Flex SDK and its version is 4 or later. Base64Encoder is part of standard library.