Feeds:
Posts
Comments

Archive for June, 2008

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 »

Welcome to my blog!

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 [...]

Read Full Post »