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:

javascript
fl.getDocumentDOM().library.items[3].convertToCompiledClip();