Sample Questions
Which of the following methods provides the most controlled printing of Flash content?
The Flash Player Contextual Menu
The Print action
The ExportToPrinter action
The browser file menu
Which of the following is NOT a true statement about the Print action?
It provides quality vector-based prints
It prints all frames of the target timeline unless otherwise specified
It is CPU intensive
It doesn't print alpha channels
What will be the result of the following line of ActionScript? print(_root.myClip, "bmax");
The myClip and "bmax" movie clips will be printed.
A bounding box will be created by the location of the myClip and "bmax" movie clips, and this area will be printed.
The myClip movie clip will be printed, and each frame will be scaled to fill the maximum space on the printed page.
The largest printable frame in the myClip will be used to determine the bounding box for all frames printed.