Describe the two main file formats involved in creating Flash video. Identify the common uses and advantages of each format.

What will be an ideal response?

There are two main file formats involved in creating a Flash video.

The first is the FLV or Flash Video file that contains a video clip that will be displayed by Adobe Flash Player. The Flash Video file is often embedded within a Shockwave Flash file.

A Shockwave Flash or SWF file contains the video, audio, animations, interactive scripts, program controls, and other features that provide real-time interactive animation for the viewer. One advantage of a SWF file is that programmers can create their own players, containing video controls tailored to the specific needs of their Web site. It's not uncommon to observe Web sites containing players reflecting the Web site's content or design. For example, video played with YouTube's player displays the YouTube logo in the lower-right corner of each frame.

Computer Science & Information Technology

You might also like to view...

In Word, ________ present data in an easy-to-read format and draw the reader's attention to key points

Fill in the blank(s) with correct word

Computer Science & Information Technology

What will be displayed after the following program segment is coded and run, assuming the user enters the number 49 at the prompt?

``` Write “Enter a number.”. Write “This program will display its square root.”. Input Number Write “The square root of “+Number+“ is “+Sqrt(Number)+“.”.``` a. The square root of 7 is 49. b. The square root of Number is 7. c. The square root of 49 is 7. d. An error message

Computer Science & Information Technology