User Guide

SymbolItem object 295
Parameters
None.
Returns
Nothing.
Description
Method; converts a symbol item in the library to a compiled movie clip.
Example
The following example converts an item in the library to a compiled movie clip:
fl.getDocumentDOM().library.items[3].convertToCompiledClip();
symbolItem.exportSWC()
Availability
Flash MX 2004.
Usage
symbolItem.exportSWC( outputURI )
Parameters
The outputURI parameter is a string that specifies the URI for the SWC file to which the method
will export the symbol. The URI must reference a local file. Flash does not create a folder if the
specified path does not exist.
Returns
Nothing.
Description
Method; exports the symbol to a SWC file.
Example
The following example exports an item in the library to the SWC file named my.swc in the tests
folder:
fl.getDocumentDOM().library.items[0].exportSWC("file:///c|/tests/my.swc");
symbolItem.exportSWF()
Availability
Flash MX 2004.
Usage
symbolItem.exportSWF( outputURI )