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
)
Содержание FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY
Страница 1: ...Flash JavaScript Dictionary ...
Страница 16: ...16 Contents ...
Страница 40: ...40 Chapter 2 Top level functions ...
Страница 368: ...368 Chapter 3 Objects ...
Страница 386: ...386 Chapter 4 C Level Extensibility ...