Table of Contents

  1. Source
  2. References

Hello World for Server-Side Actionscript

This example can be used with Flash Media Server or Flash Communication Server MX.

Server-side ActionScript is based on the ECMA-262 specification (ECMAScript 1.5), which is derived from JavaScript and lets you access the core JavaScript server object model. Client-side ActionScript is based on the ECMA-262 specification but deviates from the specification in several places. Server-side ActionScript does not deviate from the ECMA-262 specification. Server-Side ActionScript is Adobe's name for JavaScript 1.5.

Source

References