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 to embed flash in html? : Adobe flash
what are the steps is not required in order to test or deploy flash remoting? : Adobe flash
you are creating a project for the flashlite player. You are concerned with the processor capabilities of the device. Which graphic asset would require the most processing power on the player? : Adobe flash
user accessibility on your video project is a key factor. Which two features should you choose? : Adobe flash
How to add event listeners in mxml components. Name the as3 components?
Tell me what is the main purpose of actionscript?
what is the recommended character to use to separate target level paths levels? : Adobe flash
Explain what are the changes presented by actionscript?
what happens if an .swf is loaded into a already occupied level? : Adobe flash
what is the function of trace? : Adobe flash
which statement best describes what the #initclip num and #endinitclip commands indicate? : Adobe flash
what is the best reason for using the geturl command, instead of the fscommand, when communicating with the host application? : Adobe flash
who can create flash movies? : Adobe flash
in general, non-mp3 digital audio destined to be imported into the flash mx authoring environment should first be compressed how much? : Adobe flash
what is the primary difference between the xml.sendandload method and the xml.load method? : Adobe flash