Hi there, i found this bit of code to put windows mediaplayer on your website. You should play with the values for different apperiance of the player. eg status etc.
<object id="Player" width="272" height="240" classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param name="filename" value="http://mayakiara.gmxhome.de/images/films/kiara_anim-1.wmv">
<param name="transparentatstart" value="-1">
<param name="autostart" value="1">
<param name="showcontrols" value="-1">
<param name="ShowStatusBar" value="-1">
<param name="AutoSize" value="-1">
<param name="ShowPositionControls" value="0">
<param name="ShowTracker" value="0">
</object>
Reply