21⟩ What is the key difference between while loops and do while loops?
A. do while loops cannot get stuck in a endless loop.
B. do while loops will always execute at leats ones.
C. while loops are deprecated in Flash MX.
“Adobe Flash was previously called Macromedia Flash. This Flash Interview Questions and Answers guide is a platform to learn that Flash is a multimedia a application originally acquired by Macromedia and currently developed and distributed by Adobe Systems. Learn Adbobe Flash by our Flash Interview Questions and Answers.”
A. do while loops cannot get stuck in a endless loop.
B. do while loops will always execute at leats ones.
C. while loops are deprecated in Flash MX.
A. Nothing, Font outline are embedded by default.
B. Select new font in the library panel menu.
C. Select the alias button in the properties panel.
D. Select use device font form the properties panel.
A. Minus sign, "-" (e.g. my-lengthy-variable )
B. An underscore, "_" (e.g. my_lengthy_variable)
C. A period, "." (e.g. my.lengthy.variable)
D. A plus sign, (e.g. my+lengthy+variable)
A. circle_btn.onRelease = function() {this.width=100;}
B. circle_btn.onRelease = function() {rec_mc.width=100;}
C. Circle_btn.onRelease = function() {rec_mc.width=100;}
D. circle_btn.onRelease = function() {rec_mc._width=100;}
A. It is a short-term variable and will be disposed of once its script is executed.
B. It can store multiple values
C. It is a string
D. It can hold 64 charactor
A. Spaces between each word in the name
B. All capital letters
C. A number before character
D. A name followed by ()
A. CLASS_CONSTRUCTOR
B. ClassConstructor
C. classConstructor
D. class_constructor
A. The code block in which it was declared finishes executing.
B. The variable is removed using the clear keyword.
C. The player moves to a new scene.
D. The object to which it belongs no longer exists..3
A. 20
B. 80
C. 100
D. 1000
A. new Global birthyear = 1968;
B. global(birthyear)=1968;
C. _global.birthyear=1968;
D. global.birthyear=1968;
A. 0
B. -0
C. 1
D. -1
A. An error is thrown.
B. The new swf is rejected and the old one stays.
C. The old swf is unloaded and the new swf is loaded.
D. They share the same level
A. Embedded font outlines are shared by text fields using the same font.
B. Font Outlines for static for static text field are embedded in the SWF file by default.
C. Font outline for input text field are embedded in SWF file by default.
D. Individual font outlines are embedded in to the SWF file for each text field in the FLA file.
E. Font outlines for dynamic text fields are embedded in SWF file by default.
A. Initiate the automatic debugging procedure.
B. Discover who has downloaded your movie.
C. Send String Values to the output panel.
D. Determine what objects are presents on stage ant any one time.
A. The Hit State of a Button Symbol instance is invisible at runtime.
B. Graphic symbol instances may be directly controlled using action script.
C. If a fill color in a graphic symbol is changed, all instances of graphic symbols are changed.
D. A movie clip symbol instance may have a different frame rate than the main timeline.
A. The frame rate of video file can be different from the frame rate of the SWF file.
B. Delivery of media is more secure than streaming video, because media does not get saved to the client cache when streamed.
C. To play the progressive download video, the entire movie must be downloaded before video will be start to play.
D. It usages less of the client memory and disk space than the streaming video download.
Code:
myVar = 20;
_ global.myVar = 10;
trace(myVar);
A. 10
B. 20
C. null
D. error message
A. FlvConnection and FlvStream
B. NetConnection and NetStream
C. ProgConnection and ProgStream
D. NetConnection and FlvConnection
A. LoadVars
B. GotoAndStop
C. getURL
D. LoadMovie
A. Adjust xscale and yscale properties
B. Convert the shape to a Graphic symbol
C. It's not possible to prevent the corners from scaling
D. Convert the shape to a MovieClip and apply 9-slice scaling