|
|
document.testScene()
AvailabilityFlash
MX 2004.
Usagedocument.testScene()
DescriptionMethod;
executes a Test Scene operation on the current scene of the document.
ExampleThe
following example tests the current scene in the document:
fl.getDocumentDOM().testScene();
|