Código HTML:
<head>
<script>
function ejecuta()
{
if(document.getElementById('VIDEO').URL=='d'){
document.getElementById('reproducir').disabled=true;
}
else{
document.getElementById('reproducir').disabled=false;
}
}
</script>
</head>
Código HTML:
<body>
<table border="2" bgcolor="#ff0000">
<tr>
<td>
<object id="VIDEO" width="645" height="480"
style="position:center; left:0;top:0;"
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<param name="URL" value="d">
<param name="SendPlayStateChangeEvents" value="True">
<param name="AutoStart" value="true">
<param name="uiMode" value="none">
<param name="PlayCount" value="9999">
<param name="enableContextMenu" value="">
<param name="Settings.balance" value="0">
</OBJECT>
</td>
</tr>
</table>
y el botón, que estoy SEGURO de que el id es reproducir