Flash CS3 Professional.
document.as3AutoDeclare
Property; a Boolean value that describes whether the instances placed on the Stage are automatically added to user- defined timeline classes. The default value is true.
The following example specifies that instances placed on the Stage in the current document must be manually added to user-defined timeline classes.
fl.getDocumentDOM().as3AutoDeclare=false;