fl.closeAllPlayerDocuments()

Availability

Flash CS3 Professional.

Usage

fl.closeAllPlayerDocuments()

Parameters

None.

Returns

A Boolean value: true if one or more movie windows were open; false otherwise.

Description

Method; closes all the SWF files that have been opened with Control > Test Movie.

Example

The following example closes all the SWF files that have been opened with Control > Test Movie.

fl.closeAllcloseAllPlayerDocuments();

See also

fl.closeAll(), fl.closeDocument()