How can instantiated classes access the Document class?
Even after I name the Document class using the Properties bar in Flash, att
Just a side note, but the shortest answer to this question is: the same way any class access any other class. That is, with either a direct reference or a static exposure. The document class is no different from any other class in this regard.