![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
windowInstance.title
Property; a string indicating the caption of the title bar. The default value is "" (empty string).
The following code sets the title of the window to "Hello World":
myTW.title = "Hello World";
![]() ![]() | |