new UWA.Controls.FlashPlayer(options)
Flash player with full screen capabilities. Currently used by video widgets.
Example
var flashPlayer = new UWA.Controls.FlashPlayer(playerContainer);
flashPlayer.show('http://video.google.com/googleplayer.swf?docId=39288702201978303');
flashPlayer.toogleFullScreenMode(true);
Parameters
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | Options hash or a option/value pair. Properties
|
Extends
- UWA.Controls.Abstract
Index
Members
Members
-
<protected> className
-
- Deprecated:
- Yes
Properties:
Name Type Description className
String Classname assigned to the parent element of the control.
-
<protected> defaultOptions
-
Properties:
Name Type Description defaultOptions
Object The default controls options.