Post Reply 
 
Thread Rating:
  • 40 Votes - 3.05 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Window Media Player changes resolution of embedded video
02-04-2009, 01:59 PM
Post: #1
Window Media Player changes resolution of embedded video
Hi,

here is the situation.

I have two videos...640x360 & 320x120

Windows Media Player is embedded in a web page.

In Firefox the videos play back at the correct size

In Internet Explorer the smaller video gets stretched

Ideas - Suggestions to solve this problem given that it can be solved would be great.

Thanks

Here is the HTML code

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<object width="640" height="360"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
id="mediaplayer1">
<param name="Filename" value="playlist.wvx">
<param name="AutoStart" value="True">
<param name="ShowControls" value="True">
<param name="ShowStatusBar" value="True">
<param name="ShowDisplay" value="False">
<param name="AutoRewind" value="True">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"
width="640" height="360"
src="playlist.wvx"
filename="playlist.wvx"
autostart="True"
showcontrols="True"
showstatusbar="True"
showdisplay="True"
autorewind="True">

</embed>
</object>
</body>
</html>[/
code]
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: