diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 1ea9ebb19a48a46608aa3886cc02181505759dec..2b7c5e2f8e7a215f6df7b556c3b31db7b12a24bc 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -223,7 +223,8 @@ </div> <div id="poster3"> - <div id="promoVideo"> + <div id="promoVideo">This is the content replaced by the video. + </div> <script type="text/javascript" src="http://www.unl.edu/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/swfobject.js"></script> <script type="text/javascript"> var flashvars = { @@ -235,11 +236,12 @@ autostart: false, skin: "http://www.unl.edu/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/UNLVideoSkin.swf" } - var params = {} + var params = { + wmode: "transparent" + } var attributes = {} swfobject.embedSWF("http://www.unl.edu/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/player.swf", "promoVideo", "640", "408", "10.0.0", false, flashvars, params, attributes); - </script> - </div><a></a> + </script> </div> </div> </div>