alert This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
user alptugan
alptugan (2)

AS3 Preloader Class

Here is my preloader class,
it was written in actionscript 3.

you can view the example from -> alptugan.xm.com/

It's very easy to use just add these codes to your .fla file;

import com.*;
var preloader:PreloaderClass = new PreloaderClass("bonnie.jpg");
addChild(preloader);

Listing url: www.alptugan.com
13209 downloads, 60341 views

preloader animation as3 class alp tugan alptugan


Download (893.11 KB)

Comments

You need to login to post a comment.

user sesharrim
sesharrim 12 years ago

<h1>HOLA !!</h1>

user astrolabb
astrolabb 13 years ago

very very very nice and so usefull !!

user dante11779
dante11779 14 years ago

very nice, thank you kindly =)

user z12ent
z12ent 15 years ago

Love it! I'm new to the whole flash experiance and was wondering how would I be able to load a video after it has loaded using this pre loader? Thank you and great job!

user Cadaval
Cadaval 15 years ago

Very nice.

user ankur
ankur 15 years ago

good.........

user yandiel
yandiel 15 years ago

muy buen preloader

user m_lokeshkumar
m_lokeshkumar 15 years ago

hi sir,
my name is lokesh.
can you please send me a simple script to do a sound spectrum in flash using as 3.0 .
i will be very thankful to you...........

plz reply

user justin.feroz
justin.feroz 15 years ago

Nicely design! Great job dude!

user FlashDevelopment
FlashDevelopment 16 years ago

Great design!

Greetings^^

user cHaitoom
cHaitoom 16 years ago

Look Modern :D

user spikyarc
spikyarc 16 years ago

Realy it is very good. It is very help full to me. Thank you very much.

user shreeprasad
shreeprasad 16 years ago

make some circle in circular form rest everthing is good

user shreeprasad
shreeprasad 16 years ago

make some circle in circular form rest

user rumelian
rumelian 16 years ago

good work "kardesim" :)

user moscoiso
moscoiso 16 years ago

very good!!!

user dizqurad
dizqurad 16 years ago

worked like a charm! Thanks again!! Preloaders in AS3 has been a thorn in my eye for a while;)

Cheers

user dizqurad
dizqurad 16 years ago

thanks for the quick reply! I'll give it a go and let you know how it works out.

cheers

user alptugan
the listing author alptugan 16 years ago

Thank you! You can use this code in your classes as well.
In this instance, you should edit the preloader class code.
I can recommend you to first;
-Publish your .fla file to swf
-Then make a new .fla document and save it into same folder
-Put my code to your new .fla file and call your published .swf document. It should work.

As you know, you need only to change this section;

import com.*;
var preloader:PreloaderClass = new PreloaderClass("your site name.swf");
addChild(preloader);

user dizqurad
dizqurad 16 years ago

Hi! nice preloader!! I like the fact that its in a class!! One question though..im creating a flash application, where i dont have any code in the .fla file, its all in classes. I need a preloader, but i get all sorts of errors if i put this in my .fla file... im still quite new to the whole as3, so i dont know if i should just put this in my documentclass file?

user alptugan
the listing author alptugan 16 years ago

Thanks.Sure you can customize it whatever you want.

user seartcip
seartcip 16 years ago

Hy can I use you'r preloader on my website? And Can I make It costam. It's the best preloader I have ever seen