Window.content

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

windowInstance.content

Description

Property; a reference to the content (root movie clip) of the window. This property returns a MovieClip object. When you attach a symbol from the library, the default value is an instance of the attached symbol. When you load content from a URL, the default value is undefined until the load operation has started.

Example

Set the value of the text property within the content inside the window component:

loginForm.content.password.text = "secret";