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 add an effect to the movie clip?
which two textfield events can be captured to trigger scripts to run? : Adobe flash
What is the use of pre-loader?
you understand from the sb-25 manual that the built-in, retractable bounce card is meant for use with the flash head in a vertical position? : Adobe flash
what are the steps is not required in order to test or deploy flash remoting? : Adobe flash
What are the features provided by actionscript 3.0?
which two file formats can be imported into a swf file at runtime? : Adobe flash
What are the features involved in updating a language?
if we set slow sync as you suggest in answers on the many online forums you visit, would not we be opening ourselves up to blurred shots when the shutter speed gets significantly below 1/60? : Adobe flash
what does the childnodes property contain? : Adobe flash
what is the recommended character to use to separate target level paths levels? : Adobe flash
what is the most important factor in determining the compatibility of your application? : Adobe flash
which actionscript method should be used to bring a component from the library to the stage? : Adobe flash
what is the best reason for using the geturl command, instead of the fscommand, when communicating with the host application? : Adobe flash
which of the external actionscript files must you #include in your movie in order to use flash remoting? : Adobe flash