Window.title

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

windowInstance.title

Description

Property; a string indicating the caption of the title bar. The default value is "" (empty string).

Example

The following code sets the title of the window to "Hello World":

myTW.title = "Hello World";