Feeds:
Posts
Comments

Archive for the ‘ActionScript 3.0 Tutorials’ Category

If you want to load external XML file in flash, first you will need to import certain flash Classes.
Let’s see which kind of flash classes we need:
- URLLoader Class – With this class we can download data from url as Text or binary data or URL-encoded variables. Now in this tutorial we will load our [...]

Read Full Post »

In a few steps I will show you how to create Document Class(MainClass) for your flash project.
First off I will create new flash document with a name _root.fla .

Now I will create my package folders in which I will add my document class named Application.as .

It is very important that the class must be extended [...]

Read Full Post »