Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix video player overlap with menu in FF and IE
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 22, 2014
1 parent 1d54511 commit 92751f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/editor.video/class.VideoPreviewer.js
Expand Up @@ -218,6 +218,7 @@ preload="auto" width="#{WIDTH}" height="#{HEIGHT}" data-setup="{}">\n\
content = '<object type="application/x-shockwave-flash" data="plugins/editor.video/player_flv_maxi.swf" width="100%" height="200">';
content += ' <param name="movie" value="plugins/editor.video/player_flv_maxi.swf" />';
content += ' <param name="quality" value="high">';
content += ' <param name="wmode" value="opaque" />';
content += ' <param name="allowFullScreen" value="true" />';
content += ' <param name="FlashVars" value="flv='+f+'&showstop=1&showvolume=1&showtime=1&showfullscreen=1&playercolor=676965&bgcolor1=f1f1ef&bgcolor2=f1f1ef&buttonovercolor=000000&sliderovercolor=000000" />';
content += '</object>';
Expand Down

0 comments on commit 92751f7

Please sign in to comment.