Flash ActionScript and SWF Development

Test your knowledge of Flash development, including ActionScript, SWF files, symbols, and Flash-specific features like Shared Objects and loadMovie.

12 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The lightest symbol for a swf will be:

  1. Rectangle
  2. Triangle
  3. Square
  4. Circle
Question 2 Multiple Choice (Single Answer)

I can attach symbol(s) but it should be:

  1. Graphic, Button and Images
  2. Movie Clip, Images and Buttons
  3. Symbol and Sound
  4. All of the above
Question 3 Multiple Choice (Single Answer)

Load Movie can be used to:

  1. Load swf and Images files
  2. Load Images and Audio files
  3. Load swf, Images and Audio files
  4. Load Audio and Swf files
Question 4 Multiple Choice (Single Answer)

Which format has highest compression index in flash:

  1. Png
  2. Jpeg
  3. Bmp
  4. Gif
Question 5 Multiple Choice (Single Answer)

What will happen if I delete ".as" file after publishing

  1. Swf will run perfectly
  2. Swf will not run
  3. Swf will run but with an error
  4. Flash will generate a new .as file
Question 6 Multiple Choice (Single Answer)

Difference between "_root" and "_level0", if 1.swf is loaded on 2.swf

  1. _level0 will be same for both
  2. _root will be same for both
  3. _level0 will be different for both
  4. None of them
Question 7 Multiple Choice (Single Answer)

What is a Movie clip:

  1. A Movie Clip class
  2. A instance of a Movie Clip class
  3. Sub class of the Movie Clip class
  4. A instance of the swf class
Question 8 Multiple Choice (Single Answer)

I can use removeMovieClip only if:

  1. Movie Clip is dynamically attached
  2. Movie Clip is physically laying on the root
  3. Movie Clip is on _level0 only
  4. Movie Clip is empty
Question 9 Multiple Choice (Single Answer)

Share Object(s) is:

  1. Object(s) in library, to share in all swf files
  2. Object(s) which is created by class and share to other class
  3. Object(s) which is created by swf and store on local system
  4. Object(s) which share which their properties
Question 10 Multiple Choice (Single Answer)

Which of the following html tags are supported by flash:

  1. <Script> tags
  2. <font> tags
  3. <Body> tags
  4. <Head> tags
Question 11 Multiple Choice (Single Answer)

Xml can be used with .swf to:

  1. Store data
  2. Write data
  3. Read data
  4. Read and write data
Question 12 Multiple Choice (Single Answer)

What happen if I delete XML file after publishing swf file:

  1. Swf will not be published
  2. Data will not be shown in swf
  3. Data will be displayed in swf file
  4. Swf will generate a new xml file automatically