tacman1123
24th May 2008, 15:35
I've embedded Windows Media Player in my web page, but it won't play the .avs file (this is for my local machine only, I know this requires Avisynth to be installed on my machine).
WMP plays the .avs file fine if I launch it directly from Windows, and it plays .avi files file, but it just sits there (no error) with .avs files.
Can anyone point me to a sample EMBED or OBJECT tag that works with .avs files?
My current attempt, which isn't working (the media player is displaying though)
<OBJECT
ID="MediaPlayer"
STYLE="POSITION:ABSOLUTE; LEFT:10px; top:100px;"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE=
"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
width=320 height=240
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="myvideo.avs">
<PARAM NAME="TransparentAtStart" Value="false">
<PARAM NAME="AutoStart" Value="true">
<PARAM NAME="AnimationatStart" Value="true">
<PARAM NAME="ShowControls" Value="true">
<PARAM NAME="ShowPositionControls" Value="false">
<PARAM NAME="ShowStatusBar" Value="true">
<PARAM NAME="autoSize" Value="false">
<PARAM NAME="displaySize" Value="0">
<Embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"
src="myvideo.avs"
Name=MediaPlayer
AutoStart=1
Width=320 Height=240 transparentAtStart=0
animationAtStart=1
ShowControls=1
ShowPositionControls=0
ShowStatusBar=1
autoSize=0
displaySize=0></embed>
</OBJECT>
WMP plays the .avs file fine if I launch it directly from Windows, and it plays .avi files file, but it just sits there (no error) with .avs files.
Can anyone point me to a sample EMBED or OBJECT tag that works with .avs files?
My current attempt, which isn't working (the media player is displaying though)
<OBJECT
ID="MediaPlayer"
STYLE="POSITION:ABSOLUTE; LEFT:10px; top:100px;"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE=
"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
width=320 height=240
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="myvideo.avs">
<PARAM NAME="TransparentAtStart" Value="false">
<PARAM NAME="AutoStart" Value="true">
<PARAM NAME="AnimationatStart" Value="true">
<PARAM NAME="ShowControls" Value="true">
<PARAM NAME="ShowPositionControls" Value="false">
<PARAM NAME="ShowStatusBar" Value="true">
<PARAM NAME="autoSize" Value="false">
<PARAM NAME="displaySize" Value="0">
<Embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"
src="myvideo.avs"
Name=MediaPlayer
AutoStart=1
Width=320 Height=240 transparentAtStart=0
animationAtStart=1
ShowControls=1
ShowPositionControls=0
ShowStatusBar=1
autoSize=0
displaySize=0></embed>
</OBJECT>