[osflash] Server side ActionScript

Scott Hyndman scott at affsys.com
Mon Feb 12 18:17:55 EST 2007


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 <ronald_villaver at yahoo.com> 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 <bjorn.ritzl at jadestone.se> 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
> osflash at osflash.org
> 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
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>



More information about the osflash mailing list