Window.contentPath

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

windowInstance.contentPath

Description

Property; sets the name of the content to display in the window. This value can be the linkage identifier of a movie clip in the library or the absolute or relative URL of a SWF or JPG file to load. The default value is "" (empty string).

Example

The following code creates a Window instance that displays the movie clip with the linkage identifier "LoginForm":

var myTW = PopUpManager.createPopUp(_root, Window, true, {contentPath:"LoginForm"});