The ExternalInterface is a much more functional and usable way to deal with Javascript communication from Flash. This tutorial explains the basics with a quick example of how to communicate from AS to JS and from JS to AS.
More: continued here
The ExternalInterface is a much more functional and usable way to deal with Javascript communication from Flash. This tutorial explains the basics with a quick example of how to communicate from AS to JS and from JS to AS.
More: continued here
watchThis: One of the most important functions you’ll ever use.This replaces setInterval and onEnterFrame in some cases for monitoring the changes in a property.
More: continued here
In this tutorial Senior Flash Engineer Victor Gaudioso shows you how to create your first Flash CS3, ActionScript 3.0 project and how to use a Document Class to drive your application. Further he exaplains new AS3 concepts such as the Document Class, namespaces, importing of classes, linking of multiple Objects to one Class, the Display Object and how to add children to it as well as the new syntax for methods, Event Listeners and Event Handlers.
More: continued here
Time: 45 minutesDifficulty Level: IntermediateRequirements: Flash 8Topics Covered: This tutorial will show you how to integrate a scroller for your full browser flash site, we will discuss how you disable the default scroller browser and how to make a flash full browser area…
More: continued here