what is use of preloader?
What are the diff var use for creating preloaders?

Answers were Sorted based on User's Feedback



what is use of preloader? What are the diff var use for creating preloaders?..

Answer / ashishkr

preloader are used to know how much time a flash movie will
take to load itself in a flash player.

Is This Answer Correct ?    21 Yes 4 No

what is use of preloader? What are the diff var use for creating preloaders?..

Answer / 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

what is use of preloader? What are the diff var use for creating preloaders?..

Answer / mohammed sunely

Preloader are used to load all the content or animation
before its play

Is This Answer Correct ?    16 Yes 4 No

what is use of preloader? What are the diff var use for creating preloaders?..

Answer / chiranjeevi

Generally Flash will load starting from Frame one.
If we have animations and scripts then A flash which loads
without a preloader will move through frames immediately
when they load. In this way flash run with glitches and the
actions in the frames cannot access objects on the stage of
that frame as frame loads first with actions and objects
next[this i have faced in many experiments]. so Even the
code is correct it will malfunction.

For this purpose we use preloader to stop the movie in the
first frame and check the progress of the loading of entire
move. Once the loading is finished it is OK to go.

the default var used in preloader are
bytesLoaded
bytesTotal
More we create a var which we name it as 'per' to calculate
the percent loaded. once it reaches 100 which means it is
loaded.

Is This Answer Correct ?    7 Yes 0 No

what is use of preloader? What are the diff var use for creating preloaders?..

Answer / ilayaraja

Preloader are used to show Information about downaloading
files. and how much file bytes download yet now

Is This Answer Correct ?    6 Yes 3 No

what is use of preloader? What are the diff var use for creating preloaders?..

Answer / anmol saraf

Following are the two variables used while loading or
creating any preloaded -
1. _framesloaded
2. _totalframes

Is This Answer Correct ?    5 Yes 4 No

what is use of preloader? What are the diff var use for creating preloaders?..

Answer / sanjay singh

Preloader by using this function we run the swf in
sophisticated way, till the flash will not upload in the
client side.

Student
sanjaysingh3694@gmail.com.com
+91-9990220223

Is This Answer Correct ?    1 Yes 0 No

what is use of preloader? What are the diff var use for creating preloaders?..

Answer / dinesh anand

Preloder is the thing which say the total size of the flash
file and how much has been loaded in ur system.
The var used in it should be a number.
example
var totalbyteNumber=_root.getBytesTotal() ;
var byteloaded:Number_root.getBytesLoaded();

Is This Answer Correct ?    2 Yes 1 No

what is use of preloader? What are the diff var use for creating preloaders?..

Answer / ashishkr

Learn script to make Preloader.

http://www.getallinfo.com/computers/softwares/flash/action-script-dictionary/12_ASD392.html#678292

Is This Answer Correct ?    4 Yes 4 No

what is use of preloader? What are the diff var use for creating preloaders?..

Answer / saad khabir

Pre-loader is normally used to display the info about how
much of the swf file has been loaded and how much left.
Sometimes (depending on your application) your flash behave
erroneously although your code is correct because of the swf
file not loaded completely so pre-loader stops the execution
of the flash until it loads completely to work properly.
There are two ways to implement pre-loader:
1- Using code in the first frame which stops execution until
whole swf file is loaded.
2- Using another swf file to work as pre-loader which loads
actual swf file within itself.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Flash Action Scripting Interview Questions

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

0 Answers  


What is meant by vector graphic animation?

0 Answers  


you have a dynamically loaded image that is larger than your stage. Which component would work best to accommodate this image? : Adobe flash

0 Answers  


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

0 Answers  


which two panels can be used to change the label text of a button component? : Adobe flash

0 Answers  






which of cannot be automatically outputted by the trace action? : Adobe flash

0 Answers  


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

0 Answers  


which text anti-aliasing property setting will result in the smallest swf file size? : Adobe flash

0 Answers  


what is the use of depth? how many methods for depth are available?

4 Answers  


what should be used in the name of constant? : Adobe flash

0 Answers  


What is EventFlow.?

3 Answers  


What is the main purpose of actionscript?

0 Answers  


Categories