}
var vlc = document.createElement('embed');
+ var vlcPanel = new Ext.Panel({
+ border : false,
+ layout : 'fit',
+ bodyStyle: 'background: transparent;',
+ contentEl: vlc
+ });
+
vlc.setAttribute('type', 'application/x-vlc-plugin');
vlc.setAttribute('pluginspage', 'http://www.videolan.org');
vlc.setAttribute('version', 'VideoLAN.VLCPlugin.2');
tooltip : 'Volume',
disabled : true
}, ],
- items : [ vlc /*, missingPlugin */]
+ items : [ vlcPanel /*, missingPlugin */]
});
win.on('beforeShow', function() {