<object id="winplayer" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="320" height="280" type="application/x-oleobject">
<br />
<param name="url" value="http://www.example.com/clip.wmv" />
<br />
<param name="autostart" value="true" />
<br />
<param name="uiMode" value="full" />
<br />
<embed src="http://www.example.com/clip.wmv" width="320" height="280" autostart="true" uiMode="full" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"></embed>
<br />
</object>
------------------------------------
Do I change both width and height on line 1 and 9? Whats the difference between these parameters shown twice?