Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 581 Bytes

File metadata and controls

33 lines (18 loc) · 581 Bytes

document.importSWF() - dropped

Availability

Flash MX 2004. Dropped in Adobe Animate.

Usage

document.importSWF(fileURI)

Parameters

fileURI A string, expressed as a file:/// URI, that specifies the file for the SWF file to import.

Returns

Nothing.

Description

Dropped in Adobe Animate.

Example

The following example imports the "mySwf.swf" file from the Flash Configuration folder:

fl.getDocumentDOM().importSWF(fl.configURI+"mySwf.swf");

See also

document.importFile()