document.livePreview

#### Availability

Flash MX 2004.

#### Usage

document.livePreview

#### Description

Property; a Boolean value that specifies whether Live Preview is enabled. If set to true, components appear on the Stage as they will appear in the published Flash content, including their approximate size. If set to false, components appear only as outlines. The default value is true.

#### Example

The following example sets Live Preview to false:

javascript
fl.getDocumentDOM().livePreview = false;