In the Property inspector, when the button for the ____ attribute of a Flash movie is checked, the movie plays continuously as long as the page is loaded in the browser.

A. Edit
B. Loop
C. Src
D. Parameters

Answer: B

Computer Science & Information Technology

You might also like to view...

If this code fragment were executed in an otherwise correct and complete program, what would the output be? Explain.

``` int a = 3, b = 2, c = 5 if (a > b) a = 4; if ( b > c) a = 5; else a = 6; cout << a < endl; a) 3 b) 4 c) 5 d) 6 e) None of the above, the cout statement belongs to the else and so is skipped. ```

Computer Science & Information Technology

Computers have two classifications for numbers: those that are used for ____ and those that are not.

A. coding B. storing C. calculations D. processing

Computer Science & Information Technology