Featured FLA
» Author: Nick Kouvaris
» Title: Znax
» Description: Znax is a board game. Click 4 tiles of the same color and form squares as big as you can. You will erase all the tiles inside the square and collect points. Get maximum score if you make a square with game edges.
» More by:Nick Kouvaris
Featured Site
» Author Agence WOP Digital Agency
» Title: Electricdrum
» Description: French WOP Agency, 3D websites, Flash (Papervision, Away 3D), event or institutional projects. The agency operates on all digital projects: consulting, design, graphic design, development, online communication. The WOP agency follows you on the implementation of original, creative and optimized digital projects.
Hi,guys!Very happy to announce to the world,my easyLoader project was updated to 1.012.
this class can be used to load sound,video,txt,xml,image,swf,event dae and on.and you guys can add custom file type for easyLoader.
author :liuyi email:ourbrander@gmail.com, Home and document online!:http://www.ourbrander.com/easyloader/
Google code:https://code.google.com/p/easyloader/
What is easyLoader?
This work is use load all the assets of website or game,it is an good assets manager.
People can use it to load sound,video,txt,xml,image,swf,dae and any custom types of files.
Why we need it?
-easy of use
Every method have a good naming,you can use it likes speak to an friend.Only need several lines to complete the work.
-never be lost items
load items one by one.
-excellent memory manage
Using it continually more than 24 hours,memory do not increase without limit.item can be destoried,easyLoader Object(include all assets) too.
-flexible
User can add custom file type to loading.
-dynamic add items for easyLoader
EasyLoader can add and load new assets anytime and anywhere,although all the items were loaded.
-Updates
will updates according to user's requirements.
How to use?
Realy only need several lines:
step1:
new a easyLoader Object
line1: var _assetsManager = new EasyLoader();
step2:
add some necessary event Listener
line2: _assetsManager.addEventListener(EasyLoaderEvent.CO MPLETED,assetsLoaded)
step3:add the assetsLoaded function
line2:private function assetsLoaded(e:EasyLoaderEvent) {
line3: //put some code to here like init()
line4:}
step4:load assets according to config xml
line5:_assetsManager.loadConfig("assets.xml")
ok,this is all!
Public Methods
EasyLoader()
addFile(path:String, alias:String = "", loadTip:String = "", autoRemove:Boolean = false, method:String = "text"):void
addType($type:String, $name:String):Boolean
dispose():void
disposeFileByAlias(alias:String):Boolean
disposeFileByName(name:String):Boolean
getFileByAlias(alias:String):LoadedItem
getFileByIndex(number:uint):LoadedItem
getFileByName(name:String):LoadedItem
init(obj:* = null, $autoLoad:Boolean = true, $ignoreError:Boolean = true):Boolean
loadConfig(str:String):void
pause():void
removeFileByAlias(alias:String):Boolean
removeFileByName(name:String):Boolean
start():void
unPause():void By liuyi
This is a very simple and 100% script free flash as3 preloader. Simply drag and drop the preloader movie clip on the first frame on the flash movie and the job is done.The preloader displays a simple animation and the percentage of the amount of movie pre loaded. By Sanyam Jain
Completely scripted preloader with fading colors around the circumference (as3). Doughnut chart like but with gradient colors. Nice for a radar type effect or a round button or as second hand of an analog clock too ... event.type based linkBack button functions plus ColorTransform and how to get autoSize = TextFieldAutoSize.CENTER to work the way it did in as1-2, preloader with IE6/7 refresh/reload offline bug workaround. Transparency alpha fade in for generated textfield without embedding fonts if published as flash 10 swf like here. Quite easy to customize via variables including how many times the color fades ... Pythagorean Theorem to calculate the distance between two points of the radius. By ADVANCE-MEDIA
Script made with Flash 8
Is a dynamic gallery made by actionscript.
Preload of external jpg
the jpg is in a folder " images "
Simpol to customize it By Pizzi
Radar Screen Preloader - use as you will. This is my first submission I'm still new at this, only about a month into learning how Flash works. Enjoy! By WFBrannan
This preloader is made for my website. It has the following statistics and features:
-Loading Bar (easy to customize)
-Total Amount to Load (kb)
-Total Amount Loaded (kb)
-Download Speed (kb)
So it's everything you need for a stylish preloader...
Enjoy!
By Masterminds.ro
This is a loader which loads another movie clip into your main stage from a swf file.It also contains a progress bar which is written with a masking effect which allows the change of color in the percentage text after the bar over passes it, just like all the progress bars used in windows. By Amirsaman Farrokhpanah
This is an enhancement of the famous flvplayer. The improvement from the last version is that the player calculates how much time is needed for the complete download and starts playing the movie accordingly, the same thing quicktime deos for progressive downloading.
By marcuzzer