Instructions for uploading this video to your Web site and embedding it into a web page.

Upload the "dlc-question-lr-pak" folder to your web server (the file and folder names will be slightly different depending on which resolution you decided to download).

Please Note: In order for the video to function properly, all three files must be kept together in the same folder.

Insert the following code into the body of your html page you want the video to appear in:
----------------------------------------------------------------------------------------------------------------------

<body>
<div>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" 
width="520" height="330" title="test">
   <param name="movie" value="http://www.your-web-site.com/path-to-folder/dlc-question-lr-pak/dlc-question-lr.swf" />
   <param name="quality" value="high" />
   <embed src="http://www.your-web-site.com/path-to-folder/dlc-question-lr-pak/dlc-question-lr.swf" 
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" 
type="application/x-shockwave-flash" width="520" height="330"></embed> </object></div> 
</body> 


----------------------------------------------------------------------------------------------------------------------

Please Note: The above code is generic. You will need to change the value of the parameters to reflect the location of your Web site and to reflect the quality of the video package you downloaded. You will also need to change the embed src tag (above) to reflect the location of your Web site. For example if you downloaded the hi-res version this code (from above) will look like this:  <param name="quality" value="high">. If you downloaded the medium version, this code (from above) will look like this:  <param name="quality" value="medium">.

After you've inserted the modified code (explained above) into your Web file where the video will reside, and you've uploaded the video-pak folder and your Web file to your Web site's server, the video should be embedded into your Web page and ready to play.  