Shared Flashcard Set

Details

Flash Tutorial 9
The rest of the Test Question
40
Computer Science
11th Grade
06/05/2010

Additional Computer Science Flashcards

 


 

Cards

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
10
Term
On the Web, video with children playing a sport is best played at frame rates between ____ frames per second.
Definition
12 and 15
Term
___ refers to reducing the size of the file by removing redundant data.
Definition
Compression
Term
If you publish video content to Flash Player 7, then Flash uses the ____ codec.
Definition
Sorenson Spark
Term
If you publish video content to Flash Player 8 or higher, then Flash uses the ____ codec.
Definition
On2 VP6
Term
Flash accepts the ____ video file format.
Definition
.avi
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
wizard
Term
Which of the following Deployment dialog box options requires the use of Flash Player version 7 or later?
Definition
All of the above
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
.mov
Term
Selecting the Progressive download from a Web server option opens a(n) ____ dialog box.
Definition
Encoding
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
File
Term
Playback controls are referred to as ____ and consist of an SWF file.
Definition
skins
Term
The ____ component provides the display area in which the video is viewed.
Definition
FLVPlayback
Term
The ____ component provides the display area in which the video is viewed.
Definition
FLV
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
FLV
Term
A video clip must be in the ____ format to play in the FLVPlayback component instance.
Definition
FLV
Term
The Flash Video Encoder is especially useful when you have multiple video files to encode in the ____ format.
Definition
FLV
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
send()
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
embedded video
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
Skinning
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
send()
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
the first
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
magnifying glass
Term
The items listed below “User Interface” in the accompanying figure are ____________________.
Definition
Components
Term
Before compressed video can be played, it has to be decompressed with a decoder program, also known as a(n) ____________________.
Definition
decompressor
Term
____________________ points are markers you set in a video to synchronize a video with animation, graphics, or text in the document.
Definition
cue
Term
A(n) ____________________ can be added so that when a button is clicked, for example, the associated function will run.
Definition
event listener
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
Flash Video Encoder
Term
A document that is in ____________________ orientation is wider than it is tall.
Definition
landscape
Term
The ____________________ manages the print jobs that are sent to the printer by the various programs running on the computer.
Definition
print spooler
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
addPage
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
null
Supporting users have an ad free experience!