Extending Flash |
|
|
|
| Objects > SymbolItem object > symbolItem.convertToCompiledClip() | |||
Flash MX 2004.
symbolItem.convertToCompiledClip()
None.
Nothing.
Method; converts a symbol item in the library to a compiled movie clip.
The following example converts an item in the library to a compiled movie clip:
fl.getDocumentDOM().library.items[3].convertToCompiledClip();
|
|
|
|