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 [...]
Archive for the ‘ActionScript 3.0 Tutorials’ Category
How to load external XML in Flash?
Posted in ActionScript 3.0 Tutorials on June 10, 2008 | 1 Comment »
How create Document Class?
Posted in ActionScript 3.0 Tutorials on June 7, 2008 | Leave a Comment »
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 [...]