diff --git a/cms/plugins/video/templates/cms/plugins/video.html b/cms/plugins/video/templates/cms/plugins/video.html index 9bb78fd61e9..e184486bbe8 100644 --- a/cms/plugins/video/templates/cms/plugins/video.html +++ b/cms/plugins/video/templates/cms/plugins/video.html @@ -23,11 +23,13 @@ flashvars.color_button_out = "0x{{ object.buttonoutcolor }}"; flashvars.color_button_over = "0x{{ object.buttonovercolor }}"; flashvars.color_button_highlight = "0x{{ object.buttonhighlightcolor }}"; + flashvars.wmode="transparent"; var params = {}; params.allowfullscreen = "true"; params.allowscriptaccess = "always"; params.bgcolor = "#{{ object.bgcolor }}"; + params.wmode = "transparent"; var attributes = {}; attributes.align = "middle";