![]() |
Previous | Next |
The fullScreen attribute specifies or retrieves a value indicating whether the current visualization is displayed full-screen. This attribute can only be set at run time.
Syntax
elementID.fullScreen
Possible Values
This attribute is a read/write Boolean.
Value | Description |
true | Visualization is displayed full-screen. |
false | Default. Visualization is not displayed full-screen. |
Remarks
A visualization can be put into full-screen mode only while media is playing or paused. If Player.currentMedia is video, a video plug-in must be present. If it is audio, a visualization plug-in that supports full-screen display must be present.
See Also
Previous | Next |