I respect the official preloaders, but this would be more appropriate for the ones who
need to study it in a simple manner.
You guys can just toggle with the scripts or add parts in it.
By using this, I assume that you guys have an idea as to how a preloader BAR
works. Have fun.
Oh, and i hold this file and it is my own creation
As of the moment, I AM AT WORK.
I will be uploading it. In the mean time, i will be sharing you my brief AS3 code.
stop();
loader.addEventListener(Event.ENTER_FRAME, loading);
function loading(e:Event):void {
var total:Number =loaderInfo.bytesTotal;
var loaded:Number =loaderInfo.bytesLoaded;
loader.scaleX = loaded/total;
play();
}