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 want to create a rectangle shape with a defined corner radius. Which tool should you use? : Adobe flash
Write a function for a button.
How to add conditional logic for the submit button?
you have a dynamically loaded image that is larger than your stage. Which component would work best to accommodate this image? : 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.
which statement best describes what the #initclip num and #endinitclip commands indicate? : Adobe flash
what are the statements uses proper for loop syntax? : Adobe flash
Differentiate between as2 and as3.
How to play a movie clip?
what is the key difference between while loops and do while loops? : Adobe flash
What are the features involved in updating a language?
Explain what are the different utils libraries in actionscript?
what is the key advantage of flash being a true clientside application? : Adobe flash
Hi All, I am new in flash so please help me, When I make a website on Flash & when we wright code on buttons in AS2[CODE: on(release) gotoAndStop ()], we found when we click twice on a button the page automatically switch. (means, code do not work properly). Thanks,
Do you know what are the different primitive data types used in actionscript?