Roberto
Guest
|
Posted:
Fri Aug 06, 2004 7:05 pm Post subject:
Problems embedding WM9 in a webpage |
|
|
I want to embed a file into a web page so that it fits snug into the top left
hand corner, but it always has a border of like 25 pixels around it - and
does not fit snug into the corner. I use the code below to embed the file.
Can anyone help me sort this out - or is the border just a "feature" . . .
<body>
<object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
codebase=
"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
type="application/x-oleobject" width="512" height="768" align="texttop"
standby="Loading Microsoft Windows Media Player components..."
id="MediaPlayer">
<param name="FileName" value="test.wmv">
<param name="TransparentAtStart" value="true">
<param name="AutoStart" value="true">
<param name="AnimationatStart" value="false">
<param name="ShowControls" value="false">
<param name="autoSize" value="false">
<param name="loop" value="true">
<embed
src="../../overlay/images/test.wmv" width="512" height="768"
autostart=0 align="texttop" type="application/x-mplayer2"
pluginspage=
"http://www.microsoft.com/Windows/MediaPlayer/"
transparentatstart=0
animationatstart=0
showcontrols=0
autosize=0
displaysize=0></embed> </object></body>
|
|