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:
javascript
fl.getDocumentDOM().importSWF(fl.configURI+"mySwf.swf");
#### See also
document.importFile() (../Document_object/docume93.md)