what is use of preloader?
What are the diff var use for creating preloaders?
Answer Posted / 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 |
Post New Answer View All Answers
How does removal of actual objects and data work in actionscript?
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
Which is the quickest way to make the stroke around an oval shape into a dotted line? : Adobe flash
Do you know what are the different primitive data types used in actionscript?
in which level does the original movie resides? : Adobe flash
Do you know what is the difference between an array and vector?
Tell me what are the functions used with flash media?
what is default frame rate of the time line in frame per second? : Adobe flash
what is the most important factor in determining the compatibility of your application? : Adobe flash
what is the key purpose of using layers in a timeline? : Adobe flash
when should one generally use the post method instead of the get method? : Adobe flash
Explain what are the different utils libraries in actionscript?
user accessibility on your video project is a key factor. Which two features should you choose? : Adobe flash
What are the different primitive data types used in actionscript?
How to write a program use a text field and display it using the actionscript?