What is the purpose of specifying a Document Class for your Flash movie?
Answer(s)
- It allows you to generate HTML documentation for classes used in your Flash movie.
- It enables extra printing options for the Flash movie so you can print multi-page documentsbased on your Flash movie.
- It sets a class as the top-level object for your movie, giving you access to its methods andproperties on the main timeline.
- It uses a custom class to access the JavaScript Document Object Model (DOM) in the HTMLpage that contains the Flash movie.
Correct Answer It sets a class as the top-level object for your movie, giving you access to its methods andproperties on the main timeline.