1.
What audio format is NOT supported?
2.
What is the function of trace()?
3.
What correctly defines a getter method that retrieves a property named "Count"?
4.
What method loads external JPG images into a MovieClip instance?
5.
What line of ActionScript sets an instance of the stand-alone Flash Player to full screen?
6.
What code creates an object named "person" with the two properties "name" and "age"?
7.
How can a variable in Flash movie be dynamically set at the time the movie loads?
8.
What are correct statements concerning text fields?(Chose two.)
9.
What assigns the my_mc MovieClip's height to the value of 100 if the variable myProperty="_height";?
10.
What statement creates a local variable that is destroyed after the function has completed execution?