Free Programming Books
Free download ebooks on computer and programming

Free Ebook Computer Programming

Free Ebook Computer Programming :
Using ActionScript in Flash.pdf
Publisher :
Macromedia
Pages :344
Format :pdf
Size :3.3 MB
Upload date :11-30-05

Table of content

Coming soon

Other HOT and Free ebooks!!

Coming Soon

Macromedia Flash MX 2004 and Macromedia Flash MX Professional 2004 are the professional standard authoring tools for producing high-impact web experiences. ActionScript is the language you use to add interactivity to a Flash applications, whether your applications are simple animated movies or more complex rich Internet applications. You don't have to use ActionScript to use Flash, but if you want to provide basic or complex user interactivity, work with objects other than those built into Flash (such as buttons and movie clips), or otherwise turn a SWF file into a more robust user experience, you'll probably want to use ActionScript

Free Ebook Computer Programming : Macromedia Flash MX : Using ActionScript in Flash.pdf

Differences between ActionScript and JavaScript

ActionScript is similar to the core JavaScript programming language. You don't need to know JavaScript to use and learn ActionScript; however, if you know JavaScript, ActionScript will seem familiar.

This manual does not attempt to teach general programming. There are many resources that provide more information about general programming concepts and the JavaScript language.

Download free ebook : Macromedia--Using_ActionScript_in_Flash.pdf
Free downloadable ebook on Flash Action Script

 

Some of the differences between ActionScript and JavaScript are described in the following list:

  • ActionScript does not support browser-specific objects such as Document, Window, and Anchor.
  • ActionScript does not completely support all the JavaScript built-in objects.
  • ActionScript does not support some JavaScript syntax constructs, such as statement labels.
  • In ActionScript, the eval() function can perform only variable references.
  • ActionScript 2.0, the latest version of the ActionScript language, supports several features that are not in the ECMA-262 specification, such as classes and strong typing. Many of these features are modeled after the ECMAScript 4 Draft Proposal currently in development by ECMA TC39-TG1 (see www.mozilla.org/js/language/es4/index.phpl), the standards committee in charge of the evolution of the ECMA-262 specification.
  • ActionScript does not support regular expressions using the RegExp object. However, Macromedia Central does support the RegExp object

Top