Example
The following code sets the value of the text property within the content inside the Window
component:
myLoginWindow.content.password.text = "secret";
Window.contentPath
Availability
Flash Player 6 (6.0 79.0).
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 JPEG file to
load. The default value is
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"});
Window.deletePopUp()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
windowInstance.deletePopUp()
Parameters
None.
Returns
Nothing.
Description
Method; deletes the window instance and removes the modal state. This method can be called
only on Window instances that were created by
890
Chapter 6: Components Dictionary
(an empty string).
""
PopUpManager.createPopUp()
.
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?