Flash MX 2004.
document.description
Property; a string that is equivalent to the Description field in the Accessibility panel. The description is read by the screen reader.
The following example sets the description of the document:
fl.getDocumentDOM().description= "This is the main movie";
The following example gets the description of the document and displays it in the Output panel:
fl.trace(fl.getDocumentDOM().description);