Term
Some video can be played on the Web at rates of ____ or fewer frames per second if there is a minimal amount of movement. |
|
Definition
|
|
Term
On the Web, video with children playing a sport is best played at frame rates between ____ frames per second. |
|
Definition
|
|
Term
___ refers to reducing the size of the file by removing redundant data. |
|
Definition
|
|
Term
If you publish video content to Flash Player 7, then Flash uses the ____ codec. |
|
Definition
|
|
Term
If you publish video content to Flash Player 8 or higher, then Flash uses the ____ codec. |
|
Definition
|
|
Term
Flash accepts the ____ video file format. |
|
Definition
|
|
Term
Embedding video is only recommended when ____. |
|
Definition
you are targeting site visitors with Flash Player version 5 |
|
|
Term
Flash provides a ____ to guide you step-by-step as you import video. |
|
Definition
|
|
Term
Which of the following Deployment dialog box options requires the use of Flash Player version 7 or later? |
|
Definition
|
|
Term
Which of the following Deployment dialog box options requires the use of Flash Lite 2.0 or later? |
|
Definition
As mobile device video bundled in SWF |
|
|
Term
Videos imported using the Linked QuickTime video for publishing to QuickTime must have the ____ extension. |
|
Definition
|
|
Term
Selecting the Progressive download from a Web server option opens a(n) ____ dialog box. |
|
Definition
|
|
Term
You can import a video clip into a Flash document by clicking ____ on the menu bar, pointing to Import, and then clicking Import Video. |
|
Definition
|
|
Term
Playback controls are referred to as ____ and consist of an SWF file. |
|
Definition
|
|
Term
The ____ component provides the display area in which the video is viewed. |
|
Definition
|
|
Term
The ____ component provides the display area in which the video is viewed. |
|
Definition
|
|
Term
When a video is deployed with the Stream from Flash Video Streaming Service option, a(n) ____ file is created and an instance of the FLVPlayback component with the selected playback controls is added to the Stage. |
|
Definition
|
|
Term
A video clip must be in the ____ format to play in the FLVPlayback component instance. |
|
Definition
|
|
Term
The Flash Video Encoder is especially useful when you have multiple video files to encode in the ____ format. |
|
Definition
|
|
Term
To use the ActionScript printJob class to control printing within the Flash Player, the first step is to ____. |
|
Definition
create an instance of the PrintJob class |
|
|
Term
You can click the Apply line comment button in the Actions panel to add the ____ characters to the Script pane. |
|
Definition
|
|
Term
The ____ method is used to pass a print job to the computer's operating system. |
|
Definition
|
|
Term
You tell Aaron that he will need to select the video’s frame rate and frame size, as well as the amount of compression that is performed on the video. Which of the following is NOT a true statement about these factors? |
|
Definition
When editing a video with a video-editing program, it is important to export it using as much compression as possible |
|
|
Term
You tell Aaron about the three methods by which video may be encoded for delivery. Which of the methods stores the video file in the Flash document? |
|
Definition
|
|
Term
Aaron has heard other people talk about the use of cue points when adding a video to a Flash document. What are cue points? |
|
Definition
markers used to synchronize a video with animation, graphics, or text |
|
|
Term
Aaron needs to add playback controls for the video. Which dialog box from the Import Video Wizard is used to add these controls? |
|
Definition
|
|
Term
Which of the following methods from the PrintJob class will Lisa use to pass a print job from her project to the operating system of the computer on which the Flash document is being viewed? |
|
Definition
|
|
Term
As part of the Flash document for the juice retailer, Lisa wants to print the first frame of a movie clip called flyer1_mc. Which of the following methods will do what she wants? |
|
Definition
myPrintJob1.addPage(flyer1_mc, null, null, 1); |
|
|
Term
Which optional parameter of the addPage() method specifies the area of a frame to print, if Lisa doesn’t want to print all of the flyer? |
|
Definition
|
|
Term
Lisa has decided that she wants to print the third frame of the movie clip, but she doesn’t need to specify the rectangular coordinates—and her content is already a vector. Which of the following is correct? |
|
Definition
myPrintJob1.addPage(flyer1_mc, null, null, 3); |
|
|
Term
You can click the ____________________ button in the right column of the dataProvider parameter in the Parameters panel to open the Values dialog box. |
|
Definition
|
|
Term
The items listed below “User Interface” in the accompanying figure are ____________________. |
|
Definition
|
|
Term
Before compressed video can be played, it has to be decompressed with a decoder program, also known as a(n) ____________________. |
|
Definition
|
|
Term
____________________ points are markers you set in a video to synchronize a video with animation, graphics, or text in the document. |
|
Definition
|
|
Term
A(n) ____________________ can be added so that when a button is clicked, for example, the associated function will run. |
|
Definition
|
|
Term
The ____________________ is a separate standalone program that installs with Flash, which converts videos into the FLV format without using the Import Video wizard within Flash. |
|
Definition
|
|
Term
A document that is in ____________________ orientation is wider than it is tall. |
|
Definition
|
|
Term
The ____________________ manages the print jobs that are sent to the printer by the various programs running on the computer. |
|
Definition
|
|
Term
If the content is to be printed as a bitmap, you can set the second optional parameter of the ____________________() method to {printAsBitmap:true}. |
|
Definition
|
|
Term
If you want to use the third optional parameter of the addPage() method without specifying the other two optional parameters, you need to use ____________________ as the middle parameters. |
|
Definition
|
|