> But what if I need to run the *exact* same ActionScript code on both > client and server? I do not want to write the server side code in any > other language or translate already existing AS2 client code to some > other language. > > A rough description of what I'm after: What I have is a bunch of > untrusted AS2 clients with a fancy GUI that collect and process user > data. As the clients are untrusted I want them to be able to send their > data and results to the server for verification. The server side would > only have instances of the "Model" part of the MVC, thus being > completely GUI-less. > > Is this possible some way?
Yes, by using haXe, since it's exactly the same language on both server and client. Nicolas _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
