Skip to content

Commit

Permalink
Fixed 674, video plugin issues with frontend editing, thanks to Javi …
Browse files Browse the repository at this point in the history
…Nievas for the patch
  • Loading branch information
Jonas Obrist committed Jan 26, 2011
1 parent f1c243e commit cf17c95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cms/plugins/video/templates/cms/plugins/video.html
Expand Up @@ -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";
Expand Down

0 comments on commit cf17c95

Please sign in to comment.