Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 497 Bytes

File metadata and controls

32 lines (18 loc) · 497 Bytes

document.testScene()

Availability

Flash MX 2004.

Usage

document.testScene()

Parameters

None.

Returns

Nothing.

Description

Method; executes a Test Scene operation on the current scene of the document.

Example

The following example tests the current scene in the document:
fl.getDocumentDOM().testScene();

See also

document.canTestScene(), document.testMovie()