what is use of preloader?
What are the diff var use for creating preloaders?
Answer Posted / 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 View All Answers
you are creating a form that will fade out when the user submits it. What must you do to with the text fields to ensure that text entered by the user will fade out? : Adobe flash
Hello! I would like to learn the technique (I don't know if there is a name for it) used by Stu Campbell (a.k.a. Sutu) in his flash comic book Nawlz for animating the image of whale in episode one. The the three tutorials that the artist made explain the basic scenario of the working process but they do not at all go into coding and such.
What are the data types supported by actionscript?
Tell me what are the features involved in updating a language?
how many levels does flash mx support? : Adobe flash
what is the advantage of progressive video download? : Adobe flash
Write a program that shows the usage of data types?
to what does object drawing model refer? : Adobe flash
what is flash tweening? : Adobe flash
Can you explain what are the changes presented by actionscript?
explain the correct way to create an alert box using geturl and javascript? : Adobe flash
Differentiate between as2 and as3.
which text anti-aliasing property setting will result in the smallest swf file size? : Adobe flash
How to change background color and stage size?
what happens if an .swf is loaded into a already occupied level? : Adobe flash