Often, that unusual thing you want to do has already been done and is waiting for you in a Java library. But how do you get to it from Flash?
This example shows how to access a Java object through ColdFusion in Flash. The process is also very similar in JSP and PHP.
In this tutorial we will cover functions from head to toe. From declaring to invoking and calling them. We will talk about using arguments and parameters in functions, and also a number of other things.
This tutorial shows you some methods on how to make a dynamic menu by loading and parsing an xml file. This tutorial will also cover using attachMovie effectivel
SharedObjects allow you to store information on a user's system from within Flash, like a typical Cookie but with many extended features. In this free tutorial you will learn all about SharedObjects, their applications and how to write good code to create and retrieve them.
This in depth tutorial from the award winning ActionScript.org will teach you in a step by step manner how to implement a percentage preloader which displays such information as bytes and percentage loaded so far, and remaining. The code is all explained in detail and very little knowledge is assumed.
ActionScript.org is known for its unique, in-depth, and top quality tutorials. We have tutorials which cover the foundations of ActionScript programming for the absolute beginner, all the way through to complicated systems for advanced users. Be sure check out our discussion and support forums, code library, employment section, open source movies, and all the other content we offer.
One of Flash's usability problems has been the inability to use a scrollwheel.This tutorial details 2 methods of by which a mousewheel can be used with flash and the pros and cons of each method.