
function showVideo() {

/*
	$("#video-div").html(' \
<OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="250" codebase="http://www.apple.com/qtactivex/qtplugin.cab"> \
<param name="Movie" value="videos/starpound_320.mp4"> \
<param name="autoplay" value="true"> \
<param name="controller" value="true"> \
<param name="loop" value="true"> \
<embed src="videos/starpound_320.mp4" width="320" height="250" autoplay="true" \
controller="true" loop="true" pluginspage="http://www.apple.com/quicktime/download/"> \
</embed> \
</OBJECT>');

*/

	$("#video-div").html(' \
	<script type="text/javascript" src="videos/swfobject.js"></script> \
		<p id="player1"> \
   		<a href="http://www.macromedia.com/go/getflashplayer"> \
   		You need the latest Flash Player</a> to view this! \
		</p> \
	<script type="text/javascript"> \
 		var s1 = new SWFObject("videos/player-licensed.swf","single","320","250","9.0.115"); \
 		s1.addParam("allowfullscreen","false"); \
 		s1.addVariable("file","starpound_320.mp4"); \
 		s1.addVariable("image","videos/mediaplayer-preview.gif"); \
 		s1.addVariable("stretching","fill"); \
 		s1.addVariable("autostart","true"); \
 		s1.write("player1"); \
		</script> \
	');


	$("#video-div").css("background-image", "url(/portal/images/video-background.png)");
}
