Flash MX 2004.
document.livePreview
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.
The following example sets Live Preview to false:
fl.getDocumentDOM().livePreview = false;