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
What are the ways in which actionscript's code can be protected?
you have a textfield selected on stage and would like to separate each letter into its own textfield. Which option under the modify menu allows you to do this? : Adobe flash
How to write a program to show the external actionscript?
Name the as3 components?
Can you explain what are the changes presented by actionscript?
Explain what are the different utils libraries in actionscript?
is everyone required flash player plugin? : Adobe flash
What are the different utils libraries in actionscript?
Do you know what is the difference between an array and vector?
what is the key advantage of flash being a true clientside application? : Adobe flash
what is the advantage of progressive video download? : Adobe flash
who can create flash movies? : Adobe flash
Give an example that illustrates polymorphism in flash script.
what happens when you drag an object created with the oval tool to the library panel? : Adobe flash
How to add event listeners in mxml components. Name the as3 components?