Skip to main content
July 28, 2011
Question

What is the language of ActionScript communication file?

  • July 28, 2011
  • 1 reply
  • 655 views

Hi!


What is the language of ActionScript communication file? Is it ActionScript 3.0 or 2.x or something else? Where it is said?

What infrastructure is availbale for ActionScript communication file? Can I import flash.utils.Timer for example? What can I import? Where it is said?

Where is the reference to the objects accessible to ActionScript communication file? What are the types of application and client objects? Where those types are described along with methods and properties they contain?

Thanks.

Regards,

   Dmitry.

    This topic has been closed for replies.

    1 reply

    July 28, 2011

    It's javascript 1.7 in the case of FMS4, 1.5 in older versions. There is a complete API listing in the documentation.

    http://help.adobe.com/en_US/flashmediaserver/ssaslr/WS5b3ccc516d4fbf351e63e3d11a11aff5ba-7f8b.html

    To answer your question, AS2 and AS3 classes and methods are not available in server side actionscript.