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 were opened with Control > Test Movie.

Example

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

fl.closeAllPlayerDocuments();