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

Write a function for a button.

472


Do you know what is the difference between an array and vector?

444


at which point can you start usability testing? : Adobe flash

500


what are the statements best describes an event handler? : Adobe flash

519


you want to skin flash cs3 components. What should you do? : Adobe flash

473






which keyword is used to attach methods and properties to a class? : Adobe flash

565


What will replace flash in 2020?

497


can any one tell good training center for adobe flex in chennnai?

2148


which methods is most likely an event handler? : Adobe flash

495


What are the data types supported by actionscript?

480


How to add conditional logic for the submit button?

492


which code should be added to create a second blue square to the right of the first? : Adobe flash

503


which of the external actionscript files must you #include in your movie in order to use flash remoting? : Adobe flash

467


who can create flash movies? : Adobe flash

477


How to change background color and stage size?

493