![]() |
Previous | Next |
The fullScreen attribute specifies or retrieves a value indicating whether the video is displayed in full-screen mode.
Syntax
elementID.fullScreen
Possible Values
This attribute is a read/write Boolean.
Value | Description |
true | Video displays in full-screen mode. |
false | Default. Video does not display in full-screen mode. |
Remarks
This property can be specified only at run time, after a file has been loaded. It must therefore be set within a script event handler. The escape button is used to return to normal viewing.
See Also
Previous | Next |