430
Objects
symbolItem.convertToCompiledClip()
Availability
Flash MX 2004.
Usage
symbolItem.convertToCompiledClip()
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
outputURI
A string, expressed as a file:/// URI, that specifies the SWC file to which the
method will export the symbol. The
outputURI
must reference a local file. Flash does not
create a folder if
outputURI
does not exist.
symbolItem.symbolType
A string that specifies the type of symbol.
symbolItem.timeline
Read-only;
a
Timeline object
.
Property
Description
Содержание FLASH 8-EXTENDING FLASH
Страница 1: ...Extending Flash...
Страница 38: ...38 Top Level Functions and Methods...
Страница 532: ...532 Objects...
Страница 554: ...554 C Level Extensibility...