like for linear preloader
for linear preloader its lpload.as
preloader = “lpload”
for circular preloader
preloader = “cpload”
H
ow to use ....
Add the curresponding swc file to your project
Go to your project properties >>Flex Build path
To avoid defaut blue screen flickering in start
prjtproperties>>Flex compiler >in Aditional compilerarguments add -default-background-color #d9bf85
Choose Library path tab >> Add SWC
Change background color to
#d9bf85
for better results
Now browse and add swc to ur project
You will also get project setting option when u strata new flex project
for circular preloader its cpload.as
Simply Drag and drop corrresponding class file toyour src folder
In design view chage fill to #d9bf85 or in mxml
Now in your main mxml file -> application tag set thepreloader property to our class file
Leave a Comment