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 June, 2008
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 [...]
Welcome to my blog!
Posted in Uncategorized on June 7, 2008 | Comments Off
On this blog you can find contents which are related exclusively for production of the Flash web site.
From today I will slowly begin complete my blog in order to help others who want learn flash(ActionScript). I will mostly focus on making tutorials for ActionScript 3.0.
So if you have time and will for reading and looking [...]