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
who can create flash movies? : Adobe flash
tell the difference between indexed array and associative array? : Adobe flash
Explain what are the data types supported by actionscript?
What will replace flash in 2020?
which is not a benefit when adding a title in the document properties? : Adobe flash
Do you know what are the ways in which actionscript's code can be protected?
What is meant by vector graphic animation?
Tell me what are the features involved in updating a language?
what is needed when using static text to have font outline embedded in swf file? : Adobe flash
Do you know what does reference means in actionscript?
what is default frame rate of the time line in frame per second? : Adobe flash
How to write a program to show the external actionscript?
What are the functions used with flash media?
Explain what are the changes presented by actionscript?
How to start a graphic animation at a specific frame?