Flash Video Player

Document Class

by admin on August 11, 2007 · 0 comments

in Flash CS3, Sintax, Tutorials

If we look to the Actionscript side, we discover that the Timeline of a FLA is nothing else then an instance of the Document Class.
To declare the Document Class to our FLA, we need to write the name of that class (without the .as extension) in the text field ‘Document Class’ in the property panel (at the bottom), as explained in the article on how to best declare a Document Class .

The Document Class extends the MovieClip Class, except in a few cases…

Read more

Share This Post

Related posts

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="">

Older post: 3D images visualization

Newer post: Loading external SWF with more Document Class