Here's what the video player looks like:
- Code: Select all
<div id="videoPlayer">
<script type="text/javascript">
var VideoID = "video=http://www.level-3-media.com/new/wp-content/uploads/reel/main-reel.flv";
var Width = 740;
var Height = 416;
</script>
<script src="http://www.level-3-media.com/new/wp-content/themes/2009-rebrand/web-anatomy/einterface.php" type="text/javascript"></script>
</div>
Here's what the links looks like:
- Code: Select all
<a href="javascript:waNewVIDEO('0', 'http://www.level-3-media.com/new/wp-content/uploads/reel/test1.flv', 'null')">
<img src="http://www.level-3-media.com/new/wp-content/uploads/reel/test1.jpg" alt="" />
</a>
Nothing happens when I click on the link. There aren't any errors, I just get no response at all. I've got JavaScript turned on in the WA settings. You can view the site at http://www.level-3-media.com/new/.
