You can start using the preloader immediately. Drag and drop it to your stage on your first frame, it is the preload symbol from library.
What can you customize
- the color of the bars and the holder
- width of the hole preloader and it does all the adjustment that are needed
- spacing between bars and the same
- width of the individual bars
- to show or not to show the glow
- you can also control if the percentage is showed or not
- everything can be modified with ease
- everything adjust to your options
var spc:Number = 5; //spacing beetween bars<br /> var col:int=0xFFFFFF; //color of bars<br /> var wid:int=5; //width of bars<br /> var isGlow:Boolean=true; //show glow ?<br /> var isPerc:Boolean=true; //show percent?<br />
So you can have endless possibilities of customization.
After you put it on the first frame, start adding your content to the second and after frames. They will only show after the file has finished loading.
If you need any help don’t hesitate to contact me. Good luck in your other projects and hope you find this useful.


















4 Purchases
2 Comments