Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 525 Bytes

File metadata and controls

22 lines (12 loc) · 525 Bytes

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:

fl.getDocumentDOM().livePreview = false;