Skip to main content
July 14, 2006
Question

ActionScript upgrade target for FMS

  • July 14, 2006
  • 1 reply
  • 218 views
Flash 9 will introduce ActionScript 3.0 and FMS2 is still using AS 1.0. When will server code be able to be written in AS 2.0 or AS 3.0?
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    Inspiring
    July 14, 2006
    Hello :)

    Server Side Actionscript (aka SSAS) in FMS2 it's Javascript 1.5 and not
    AS1 !!

    If the future version of FMS Adobe use AS3 or JS2 (it's the same
    ECMAScript 4 concept) .. it's a good idea :)

    I Hope Adobe use this standard in the future :)

    You can use for the moment the Adobe(Macromedia) Framework .. but you
    can test my Open Source SSAS framework "VEGAS" who use classes like AS3
    or AS2 ....

    The project : http://osflash.org/vegas

    You can use tortoise SVN to download my AS2/AS3/SSAS source code and to
    use VEGAS in SSAS.

    In your application directory you can copy this path content :

    http://svn1.cvsdude.com/osflash/vegas/SSAS/trunk/src/

    Open the main.asc to see an example :)

    VEGAS use the same Core Model, Event Model, ADT(Abstract Data Type)
    library in AS2, SSAS and AS3 !

    Sorry for my english, i'm french ;)

    EKA+ :)


    wsarris a �crit :
    > Flash 9 will introduct ActionScript 3.0 and FMS2 is still using AS 1.0. When will server code be able to be written in AS 2.0 or AS 3.0?