|
|
fl.closeAllPlayerDocuments()
AvailabilityFlash
CS3 Professional.
Usagefl.closeAllPlayerDocuments()
ReturnsA Boolean
value: true if one or more movie windows were open; false otherwise.
DescriptionMethod;
closes all the SWF files that were opened with Control >
Test Movie.
ExampleThe
following example closes all the SWF files that were opened with
Control > Test Movie.
fl.closeAllPlayerDocuments();
|