diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index a6c82f1969735e38340aabd71d1ae51e80a88547..1ea9ebb19a48a46608aa3886cc02181505759dec 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -17,7 +17,6 @@ ?> <!-- begin splash code from ucommcoleman/workspace/wdntempaltes/splash.shtml --> - <div id="splashwrapper"> <div id="splash"> <div id="headlines"> @@ -25,7 +24,7 @@ <div class="splash_headline"> <h4>Huskers Around the World</h4> <p> - UNL community members are doing fantastic stuff around the world. Featured Huskers: + UNL community members are doing fantastic work around the world. Featured Huskers: </p> <!-- row 1 --> @@ -171,7 +170,7 @@ <div class="splash_headline"> <h4>Put Yourself On The Map</h4> <p> - All members of the University of Nebraska-Lincoln community are encouraged to become part of the conversation. It's Huskers like you that are the <strong>Power of Red</strong>. + All members of the University of Nebraska-Lincoln community are encouraged to join the conversation. It's Huskers like you that are the <strong>Power of Red</strong>. </p> </div> </div> @@ -179,7 +178,7 @@ <div class="splash_headline"> <h4>National TV Spot</h4> <p> - Check out the commercial, created by Chris Evan, a Class of '00 Alum, that is played during every televised Husker sporting event. + Watch the 30-second commercial, produced with help from Chris Ervin, '95, who creates visual effects for Hollywood. </p> </div> </div> @@ -224,9 +223,23 @@ </div> <div id="poster3"> - - <object data="http://www.youtube.com/v/-omonwFkkrY%26hl=en%26fs=1%26color1=0x3a3a3a%26color2=0x999999%26enablejsapi=1%26playerapiid=video1" wmode="transparent" id="video1" type="application/x-shockwave-flash" height="340" width="640"><param value="always" name="allowScriptAccess"></object> - + <div id="promoVideo"> + <script type="text/javascript" src="http://www.unl.edu/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/swfobject.js"></script> + <script type="text/javascript"> + var flashvars = { + allowfullscreen: "true", + quality: "best", + wmode: "transparent", + file: "http://ucomm.unl.edu/av/video/pyotm/PutYourselfOnTheMap.mp4&", + image: "http://itunes.unl.edu/thumbnails.php?url=http%3A%2F%2Fucomm.unl.edu%2Fav%2Fvideo%2Fpyotm%2FPutYourselfOnTheMap.mp4", + autostart: false, + skin: "http://www.unl.edu/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/UNLVideoSkin.swf" + } + var params = {} + 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> </div> </div> </div> @@ -271,6 +284,7 @@ <div class="<?php if (isloggedin()) { echo('four');}else { echo('three');} ?>_col right"> <h2 id="indexheading">The Latest Happenings</h2> + <a href="promoVideo" id="promoVideoLink" title="Watch the promo video">Watch the promo video.</a> <div class="col left"> <h3 class="sec_main">New Groups</h3> <?php diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php index 680e0a12102bea2870c4e9e9e6dbd6c4ea96b1ee..93634012a58e8e00759ad6762a2096336bbfc767 100644 --- a/customindex/views/default/customindex/metatags.php +++ b/customindex/views/default/customindex/metatags.php @@ -31,6 +31,9 @@ WDN.jQuery("#FE_InfoWindow").css({'z-index':'0'}); } }); + //load the video in a modal box on window load. + //WDN.toolbar.colorbox('#promoVideo', {inline:true, href:"#promoVideo", open:true}); + }); </script>