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 is the purpose of the break statement? : Adobe flash
Hat are the differences between javascript and actionscript?
What is the use of pre-loader?
you have a rectangle shape with rounded corners. You want to ensure that the corners do not distort when the rectangle is scaled. What should you do? : Adobe flash
where is the data pulled by a load variables function stored? : Adobe flash
if we set slow sync as you suggest in answers on the many online forums you visit, would not we be opening ourselves up to blurred shots when the shutter speed gets significantly below 1/60? : Adobe flash
Tell me what are the functions used with flash media?
you want to skin flash cs3 components. What should you do? : Adobe flash
you are creating a form that will fade out when the user submits it. What must you do to with the text fields to ensure that text entered by the user will fade out? : Adobe flash
Do you know what are the ways in which actionscript's code can be protected?
which two panels can be used to change the label text of a button component? : Adobe flash
which two textfield events can be captured to trigger scripts to run? : Adobe flash
which of the following is most likely a class constructor? : Adobe flash
what is not a benefit of using macromedias pre-built ui components? : Adobe flash
what appears in the output window after executing this actionscript on the first frame of a movie? : Adobe flash