There are actually some differences between EcmaScript and AS. Namely what values are considered "falsey". It may seem minor, but depending on how you write your code, the bugs might be tricky to track down.
Scott On 12/02/07, Ronald Villaver <[EMAIL PROTECTED]> wrote: > HaXe would be your direct implementation. If you want it written in java, > actionscript is just ecmascript, so running a rhino engine in your backend > manager from your OpenAMF gateway is the same thing. For php and python, you > can try combining the AMFPHP or AMFPerl with the Spidermonkey engine also > from mozilla. > > > Björn Ritzl <[EMAIL PROTECTED]> wrote: > Hi, > > What are my options if I want to run a set of ActionScript classes > server side? The classes I want to run contain only logic, nothing > visual. I want the be able to create several instances (quite a few > actually), passing data to them and handling the return data. > > TIA! > > /Björn > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > ________________________________ > Food fight? Enjoy some healthy debate > in the Yahoo! Answers Food & Drink Q&A. > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
