1.
You are debugging a Flash movie. Which view will display information about the dimensions, files size, and current frame of the main timeline?
2.
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);
}
3.
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);
4.
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?
5.
You want to import a resolution-independent image asset directly into Flash CS4.
Which image asset type should you use?
6.
You want to use the same static graphic multiple times in an animation.
Which image asset type should you use to optimize the animation?
7.
You want to re-skin a Button component. The new skin needs to be lightweight and should scale.
Which type of image assets best fits these criteria?
8.
Which Flash player version should be used to incorporate AIR, drop shadows, and accessibility features?
9.
Which is the earliest version of Flash Player that supports Unicode?
10.
You want to distribute a component that you have built.
Which library option allows you to do this?