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.
Questions
Question 1 Multiple Choice (Single Answer)
The lightest symbol for a swf will be:
- Rectangle
- Triangle
- Square
- Circle
Question 2 Multiple Choice (Single Answer)
I can attach symbol(s) but it should be:
- Graphic, Button and Images
- Movie Clip, Images and Buttons
- Symbol and Sound
- All of the above
Question 3 Multiple Choice (Single Answer)
Load Movie can be used to:
- Load swf and Images files
- Load Images and Audio files
- Load swf, Images and Audio files
- Load Audio and Swf files
Question 4 Multiple Choice (Single Answer)
Which format has highest compression index in flash:
- Png
- Jpeg
- Bmp
- Gif
Question 5 Multiple Choice (Single Answer)
What will happen if I delete ".as" file after publishing
- Swf will run perfectly
- Swf will not run
- Swf will run but with an error
- 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
- _level0 will be same for both
- _root will be same for both
- _level0 will be different for both
- None of them
Question 7 Multiple Choice (Single Answer)
What is a Movie clip:
- A Movie Clip class
- A instance of a Movie Clip class
- Sub class of the Movie Clip class
- A instance of the swf class
Question 8 Multiple Choice (Single Answer)
I can use removeMovieClip only if:
- Movie Clip is dynamically attached
- Movie Clip is physically laying on the root
- Movie Clip is on _level0 only
- Movie Clip is empty
Question 9 Multiple Choice (Single Answer)
Share Object(s) is:
- Object(s) in library, to share in all swf files
- Object(s) which is created by class and share to other class
- Object(s) which is created by swf and store on local system
- Object(s) which share which their properties
Question 10 Multiple Choice (Single Answer)
Which of the following html tags are supported by flash:
- <Script> tags
- <font> tags
- <Body> tags
- <Head> tags
Question 11 Multiple Choice (Single Answer)
Xml can be used with .swf to:
- Store data
- Write data
- Read data
- Read and write data
Question 12 Multiple Choice (Single Answer)
What happen if I delete XML file after publishing swf file:
- Swf will not be published
- Data will not be shown in swf
- Data will be displayed in swf file
- Swf will generate a new xml file automatically