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.

javascript
fl.closeAllPlayerDocuments();


#### See also

fl.closeAll() (../flash_object_(fl)/fl7.md) , fl.closeDocument() (../flash_object_(fl)/fl9.md)

<span id="fl.closeDocument()" class="anchor"></span>