allora, se vuoi usare solo html, fai così, metti il codice:
codice:
<div>
<table ID="PTMediaPlayerContainer" border="0" cellpadding="0" cellspacing="0" width="0%">
<tr>
<td align="center">
<object width="100%"
classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="PTMediaPlayer">
<param name="URL" value="url del tuo file">
<param name="rate" value="1">
<param name="currentPosition" value="1">
<param name="playCount" value="1">
<param name="autoStart" value="-1">
<param name="uiMode" value="full">
<param name="stretchToFit" value="-1">
<param name="enableContextMenu" value="-1">
</object>
</td>
</tr></table>
</div></div>
così non si vede, e poi metti un immagine che vuoi...diciamo che lo offuschi...se poi nn vuoi solo la barra play, beh, non sò che dirti oltre: javascript e flasch....
ps:EMBED non è uno standard del w3c...ammazzi l'html!!!!!!
VVoVe: