Looping a Video QUESTION:
I have a video online that counts the number times it has been viewed. Is there anyway to loop the video so that it constantly plays without me having to hit the "play" button?
Here is some info on the video/site:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<table width="416" border="1" cellspacing="0" cellpadding="2">
<tr>
<td width="408"><div align="center"><img src="../images/FOF-header.jpg" alt="" width="404" height="88" /><object id="5d4c04ed97b27272d2ab66e4f3779588" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="320"><param name="FlashVars" value="dev_url=http://media.vmixcore.com/vmixcore&auto_play=0&token=5d4c04ed97b27272d2ab66e4f3779588"><param name="movie" value="http://media.vmixcore.com/player/5d4c04ed97b27272d2ab66e4f3779588/player.swf"><param name="wmode" value="opaque"><param name="AllowScriptAccess" value="always"><embed height="320" width="400" flashvars="dev_url=http://media.vmixcore.com/vmixcore&auto_play=0&token=5d4c04ed97b27272d2ab66e4f3779588" allowscriptaccess="always" wmode="opaque" src="http://media.vmixcore.com/player/5d4c04ed97b27272d2ab66e4f3779588/player.swf"></embed></object></div></td>
</tr>
</table>
<script language="javascript">
var _hbEC=0,_hbE=new Array;function _hbEvent(a,b){b=_hbE[_hbEC++]=new Object();b._N=a;b._C=0;return b;}
var hbx=_hbEvent("pv");hbx.vpc="HBX0200u";hbx.gn="ehg-foxsports.hitbox.com";
//CONFIGURATION VARIABLES
hbx.acct="DM570423E2CS;DM560215OJZW";//ACCOUNT NUMBER(S)
hbx.pn="face-of-fox2";//PAGE NAME(S)
hbx.mlc="/pages/Entertainment;www.myfoxhamptonroads.com/myfox/pages/entertainment";//MULTI-LEVEL CONTENT CATEGORY
//OPTIONAL PAGE VARIABLES
hbx.lt="auto";//LINK TRACKING
</script>
<script language="javascript1.1" src="http://www.myfoxhamptonroads.com/myfox/js/hbx.js"></script></body>
</html> CAN ANYONE HELP ME OUT WITH THIS? |