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


Please Help Members By Posting Answers For Below Questions

which of the following is most likely a class constructor? : Adobe flash

489


Do you know what are the ways in which actionscript's code can be protected?

457


what should be inferred by a variable named birthplace_str? : Adobe flash

492


what is the primary difference between the xml.sendandload method and the xml.load method? : Adobe flash

461


what is not a disadvantage of using the fscommand? : Adobe flash

513






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

459


Explain what are the differences between javascript and actionscript?

477


who can create flash movies? : Adobe flash

487


for methods within objects,what does the keyword this specifically refer to? : Adobe flash

546


How to play a movie clip?

520


what is vector graphic animation? : Adobe flash

487


Write a program that shows the usage of data types?

454


can flash .swf movies be very time consuming to edit? : Adobe flash

519


what is the downside of macromedia ui components making extensive use of ingeritance and encapsulation? : Adobe flash

560


How many methods for depth are available?

465