Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
Exam : Adobe 9A0-092
Title
: Flash CS4 ACE
Certification
Version:Demo
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
1. You are debugging a Flash movie. Which view will display information about the
dimensions, files size, and current frame of the main timeline?
A. File properties
B. Properties panel
C. Bandwith Profiler
D. Document properties
Answer: C
2. Click the Exhibit button.
Where is the error in the displayed code snippet?
A. A
B. B
C. C
D. D
Answer: B
3. Click the Exhibit button.
Which line of ActionScript for creating an Array object has an error?
A. 1
B. 2
C. 3
D. 4
Answer: A
4. What will be displayed in the output panel when the following code finishes executing?
//myClip is a MovieClip on the stage
myClip.addEventListener(MouseEvent.CLICK, clickHandler);
function clickHandler(evt:MouseEvent):void\{
trace(evt.target._name);
}
A. myClip
B. [object MovieClip]
C. undefined
D. The code will NOT compile because of an error
Answer: C
5. Which statement in this ActionScript 3.0 code has a syntax error?
var path:String;
path = "D"ata.txt";
function loadFile(filePath:String):Void{
trace(filePath);
}
loadFile(path);
A. function loadFile(filePath:String):Void{
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
B. trace(filePath);
C. var path:String;
D. path = "D"ata.txt";
Answer: A
6. You want to deploy a Flash movie for a Web site.
Which file format or formats should you select from the Publish Settings dialog box?
A. SWF only
B. HTML only
C. Both SWF and HTML
D. SWF, HTML, and JPG
Answer: C
7. You want to deploy a Flash movie for a CD-ROM. Your movie must also be cross
platform compatible.
Which file format should you select from the Publish Settings dialog box?
A. Macintosh Projector and SWF
B. Windows Projector (EXE) and SWF
C. Macintosh Projector, Windows Projector (EXE) and SWF
D. Macintosh Projector and Win