S
SGT Buckeye
I am doing a website for my Army unit's Family Readiness Group that
has a WMV file that autoplays in an embedded WMP. This works great.
My problem is whenever you click on something else on the page, the
video starts to play again. Is there a way to autoplay a video the
first time the page is loaded and not after every click. This is the
code for the page.
<html>
<head>
<title>Army Family Strong</title>
</head>
<body bgcolor="#f5f5dc" scroll="no">
<table cellpadding="0" cellspacing="0" width="100%"
height="100%"><tr><td valign="middle">
<div align="center">
<table bgcolor="#ffffff" cellpadding="2" cellspacing="1" width="260"
style="border: thin dotted #cccc99">
<tr><td colspan="2" align="center">
<object id="MediaPlayer1" CLASSID="CLSID:6BF52A52-394A-11d3-
B153-00C04F79FAA6" type="application/x-oleobject" width="241"
height="191">
<param name="autoStart" value="true">
<param name="PlayCount" value="9999">
<param name="Rate" value="1.0">
<param name="url" value="https://www.us.army.mil/suite/doc/9564551">
hope to have this matter in order soon.<br /><br />Please use the
current/most updated version of Internet Explorer and Windows Media
Player, or use the Download link on the main page for this
video. Thank you.<br /><br /></div>
</object>
</td></tr>
<tr valign="top" align="center"><td width="50%"><div style="font-size:
9px"><a href="javascript: history.back(-2)">« Back</a></div></
td><td><div style="font-size: 9px"><a href="javascript:history.go(0)"
target="_self">Restart</a></div></td></tr>
</table>
</div>
</td></tr></table>
</body>
</html>
has a WMV file that autoplays in an embedded WMP. This works great.
My problem is whenever you click on something else on the page, the
video starts to play again. Is there a way to autoplay a video the
first time the page is loaded and not after every click. This is the
code for the page.
<html>
<head>
<title>Army Family Strong</title>
</head>
<body bgcolor="#f5f5dc" scroll="no">
<table cellpadding="0" cellspacing="0" width="100%"
height="100%"><tr><td valign="middle">
<div align="center">
<table bgcolor="#ffffff" cellpadding="2" cellspacing="1" width="260"
style="border: thin dotted #cccc99">
<tr><td colspan="2" align="center">
<object id="MediaPlayer1" CLASSID="CLSID:6BF52A52-394A-11d3-
B153-00C04F79FAA6" type="application/x-oleobject" width="241"
height="191">
<param name="autoStart" value="true">
<param name="PlayCount" value="9999">
<param name="Rate" value="1.0">
<param name="url" value="https://www.us.army.mil/suite/doc/9564551">
playback from this site. We apologize for the inconvenience andUnfortunately, your browser or current settings do not support video
hope to have this matter in order soon.<br /><br />Please use the
current/most updated version of Internet Explorer and Windows Media
Player, or use the Download link on the main page for this
video. Thank you.<br /><br /></div>
</object>
</td></tr>
<tr valign="top" align="center"><td width="50%"><div style="font-size:
9px"><a href="javascript: history.back(-2)">« Back</a></div></
td><td><div style="font-size: 9px"><a href="javascript:history.go(0)"
target="_self">Restart</a></div></td></tr>
</table>
</div>
</td></tr></table>
</body>
</html>