what is use of preloader?
What are the diff var use for creating preloaders?
Answer Posted / uday
Preloader is used for load the full swf file in the
computer's memory. And then play the swf file. By this
process any heavy swf file will play smoothly.
we can use preloading functionality on the first frame as:
stop();
this.onEnterFunction = function(){
percent = (_root.getBytesLoaded()/_root.getBytesTotal())*100;
if(percent==100){
play()
}
Thanks,
Uday
Sr. Flash Developer
uday_sgh@yahoo.com
+91-9701155575
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
How to add an effect to the movie clip?
which two file formats can be imported into a swf file at runtime? : Adobe flash
Explain what does the void function and object contain in actionscript?
who can view flash? : Adobe flash
how to embed flash in html? : Adobe flash
which two statements about device fonts are true? : Adobe flash
what is the key purpose of using layers in a timeline? : Adobe flash
How to make synchronous data calls in actionscript?
what is the function of trace? : Adobe flash
How to write a program to create custom list in actionscript?
what does the childnodes property contain? : Adobe flash
How to embed flash in html?
Hat are the differences between javascript and actionscript?
what is the key advantage of flash being a true clientside application? : Adobe flash
What is the use of pre-loader?