My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

This is a lib to target Flash Media Server applications with haXe. It is based on haXe's js target, though its basic API is more similar to neko's. You don't have to replace the std libs in order for it to work. Your cp paths will have priority over haXe's, so you should be fine by just putting those files in the -cp path. The target will be activated with the compiler directive -D asc .

Please submit any bugs as you encounter them. Socket communication, Serialization, File manipulation are reported to be working correctly.

To-do's:

- Wrap all libs to use HSL as standard signaling system

- Replace much of the vanilla code, so it can work on a more oop-like manner. Classes like Client will need to be refactured. Need ideas to make this cleanly.

- Use the enums at the events folder for automatic conversion of events

Suggestions? Please contact me.

Powered by Google Project Hosting