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

what happens if an .swf is loaded into a already occupied level? : Adobe flash

491


What is the main purpose of actionscript?

453


how many levels does flash mx support? : Adobe flash

484


which actionscript classes are used to play flv formatted video? : Adobe flash

436


Do you know what are the different primitive data types used in actionscript?

450






what are the correct statements consenting text field? : Adobe flash

461


what is the function of trace? : Adobe flash

516


what is the key advantage of flash being a true clientside application? : Adobe flash

471


Describe changewatcher.watch.

502


can some organizations block flash movies from being received through the internet? : Adobe flash

472


what methods are used to pass variables out of flash to a server side solution? : Adobe flash

472


you want to create a rectangle shape with a defined corner radius. Which tool should you use? : Adobe flash

559


Tell me what are the functions used with flash media?

435


which is an advantage of selecting a flash player version in publish settings before beginning a project? : Adobe flash

463


Tell me what is the main purpose of actionscript?

478