Hey,
I'm playing some videos. The user can chose different resolutions (low, medium or high). When I play the video with low resolution with media player the size of the video is small. But when I play it in high resolution I see the video larger. But I want always the same size of video. How can I do this? I thought that when I set my object width en height always the same that this would work. But it won't
. I have the same problem when I want to play the video with quicktime.
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="160" height="165">
<param name="URL" value="video.wmv">
<param name="rate" value="1">
<param name="balance" value="0">
<param name="currentPosition" value="0">
<param name="defaultFrame" value>
<param name="playCount" value="1">
<param name="autoStart" value="-1">
<param name="currentMarker" value="0">
<param name="invokeURLs" value="-1">
<param name="baseURL" value>
<param name="volume" value="50">
<param name="mute" value="0">
<param name="uiMode" value="mini">
<param name="stretchToFit" value="0">
<param name="windowlessVideo" value="0">
<param name="enabled" value="-1">
<param name="enableContextMenu" value="-1">
<param name="fullScreen" value="0">
<param name="SAMIStyle" value>
<param name="SAMILang" value>
<param name="SAMIFilename" value>
<param name="captioningID" value>
<param name="enableErrorDialogs" value="0">
<param name="_cx" value="4233">
<param name="_cy" value="4366">
</object>
The One And Only KryptoS
I'm playing some videos. The user can chose different resolutions (low, medium or high). When I play the video with low resolution with media player the size of the video is small. But when I play it in high resolution I see the video larger. But I want always the same size of video. How can I do this? I thought that when I set my object width en height always the same that this would work. But it won't
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="160" height="165">
<param name="URL" value="video.wmv">
<param name="rate" value="1">
<param name="balance" value="0">
<param name="currentPosition" value="0">
<param name="defaultFrame" value>
<param name="playCount" value="1">
<param name="autoStart" value="-1">
<param name="currentMarker" value="0">
<param name="invokeURLs" value="-1">
<param name="baseURL" value>
<param name="volume" value="50">
<param name="mute" value="0">
<param name="uiMode" value="mini">
<param name="stretchToFit" value="0">
<param name="windowlessVideo" value="0">
<param name="enabled" value="-1">
<param name="enableContextMenu" value="-1">
<param name="fullScreen" value="0">
<param name="SAMIStyle" value>
<param name="SAMILang" value>
<param name="SAMIFilename" value>
<param name="captioningID" value>
<param name="enableErrorDialogs" value="0">
<param name="_cx" value="4233">
<param name="_cy" value="4366">
</object>
The One And Only KryptoS