wildside96 / bst-player

Automatically exported from code.google.com/p/bst-player
0 stars 0 forks source link

Transparent Mode for CustomVideoPlayer #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In CustomVideoPlayer the configuration for the transparency mode ist missing: 
the only settings which is made is 
engine.setConfigParameter(ConfigParameter.WMPUIMode, 
WinMediaPlayer.UIMode.NONE); (line 119). 
Chrome requires a "wmode" in order to display a flash item underneath another 
item. If you add wmode transparent in the customvideoplayer with 
engine.setConfigParameter(ConfigParameter.TransparencyMode, 
TransparencyMode.TRANSPARENT); the flashplayer shows correctly in chrome.

Original issue reported on code.google.com by kpb...@gmail.com on 19 Aug 2011 at 9:38

GoogleCodeExporter commented 9 years ago
The setConfigParameter() method is now exposed on the custom players.

Original comment by sbrah...@gmail.com on 22 Aug 2011 at 8:57