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);
}
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);
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?