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
You can open/play the swf file with Flash Player exe
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, 60471 views
preloader animation as3 class alp tugan alptugan
Comments
You need to login to post a comment.
<h1>HOLA !!</h1>
very very very nice and so usefull !!
very nice, thank you kindly =)
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!
Very nice.