> There are a few things that I'd need to switch and none of them are > directly related to haXe... > > 1. I need a _very_ simple and _very_ light platform-independent > windowing api that holds one thing: the flash player (I'd have > end-users download the flash player and place it in a folder so you > wouldn't have to get permission to distribute it).
It's on the haXe roadmap. No date yet. > 2. I'd need a simple way to securely (as in: already accepted by the > host os, not needing any changes to a firewall, etc.) communicate > between Flash and a backend of my choice. Have a look at haXe remoting : http://haxe.org/tutos/remoting You can right now communicate : - in asynchronous mode over HTTP with an haXe server - in synchronous mode over ExternalInterface with JS - in asynchranous mode over an connected XMLSocket The protocol is opensource and I will try to put some full documentation for interoperability with other servers. Nicolas _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
