plonk420
27th November 2004, 03:05
so, yay! i've gotten an internship where i can use my knowledge of encoding video at least part of the time.
i blew the editors away who were used to the shitty codec Sorenson 3 Standard with WMV9 (yeah, yeah, it's not the absolute best, but it's a no-interaction-needed solution for non-geeks...and it'll tide me over until AVC hits QT 6.whatever).
so now i need to be able for them to show clients. i looked at many microsoft webpages (and others for that matter). no matter how many things i've tried, i can't get it to play back in Win2K (and probably other versions as well). it only seems to play in WinXP (and OSX, which is quite humorous).
i've tried the following: ( here (http://www.imsproductions.com/web_movies/ATG_Javelin_15mb.html) )
<EMBED pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
SRC="http://www.imsproductions.com/web_movies/ATG_Javelin_15mb.asx"
width=480
height=272
AutoStart=true>
</EMBED>
and this (http://www.imsproductions.com/web_movies/ATG_Javelin_15mb-new.html)
<OBJECT ID="MediaPlayer1" width=480 height=272
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="
http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://www.imsproductions.com/web_movies/ATG_Javelin_15mb.asx">
<PARAM NAME="AutoStart" VALUE="true">
<EMBED type="application/x-mplayer2"
pluginspage =" http://www.microsoft.com/Windows/MediaPlayer/"
SRC="http://www.imsproductions.com/web_movies/ATG_Javelin_15mb.asx"
name="MediaPlayer1"
width=480
height=272
AutoStart=true>
</EMBED>
</OBJECT>
and this (http://www.imsproductions.com/web_movies/ATG_Javelin_15mb-old.html)
<object id="NSPlay"
width=480
height=272
classid="CLSID:2179C5D3-EBFF-11CF-B6FD-00AA00B4E220"
codebase="http://www.microsoft.com/netshow/download/en/nsmp2inf.cab#Version= 5,1,51,415"
standby="Loading Microsoft Media Player components..."
type="application/x-oleobject">
<param name="FileName" value="ATG_Javelin_15mb.asx">
<param name="ShowControls" value="true">
<param name="ShowDisplay" value="true">
<param name="ShowStatusBar" value="true">
<param name="AutoSize" value="true">
<embed
width="480"
height="272"
src="http://www.imsproductions.com/web_movies/ATG_Javelin_15mb.asx"
showstatusbar="true" type="video/x-ms-asf-plugin"
showcontrols="true"
showdisplay="true"
pluginspage="http://www.microsoft.com/netshow/download/player.htm">
</embed>
</object>
i originally used the .WVX that's in that web_movies folder, but that didn't work, which led me to try .ASX, which was my last attempt and the only other thing i knew to do.
anyone have any ideas?
edit: by doesn't work, i mean it just sits displaying the Windows Media Player screen (or whatever) and doesn't do anything.
i blew the editors away who were used to the shitty codec Sorenson 3 Standard with WMV9 (yeah, yeah, it's not the absolute best, but it's a no-interaction-needed solution for non-geeks...and it'll tide me over until AVC hits QT 6.whatever).
so now i need to be able for them to show clients. i looked at many microsoft webpages (and others for that matter). no matter how many things i've tried, i can't get it to play back in Win2K (and probably other versions as well). it only seems to play in WinXP (and OSX, which is quite humorous).
i've tried the following: ( here (http://www.imsproductions.com/web_movies/ATG_Javelin_15mb.html) )
<EMBED pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
SRC="http://www.imsproductions.com/web_movies/ATG_Javelin_15mb.asx"
width=480
height=272
AutoStart=true>
</EMBED>
and this (http://www.imsproductions.com/web_movies/ATG_Javelin_15mb-new.html)
<OBJECT ID="MediaPlayer1" width=480 height=272
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="
http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://www.imsproductions.com/web_movies/ATG_Javelin_15mb.asx">
<PARAM NAME="AutoStart" VALUE="true">
<EMBED type="application/x-mplayer2"
pluginspage =" http://www.microsoft.com/Windows/MediaPlayer/"
SRC="http://www.imsproductions.com/web_movies/ATG_Javelin_15mb.asx"
name="MediaPlayer1"
width=480
height=272
AutoStart=true>
</EMBED>
</OBJECT>
and this (http://www.imsproductions.com/web_movies/ATG_Javelin_15mb-old.html)
<object id="NSPlay"
width=480
height=272
classid="CLSID:2179C5D3-EBFF-11CF-B6FD-00AA00B4E220"
codebase="http://www.microsoft.com/netshow/download/en/nsmp2inf.cab#Version= 5,1,51,415"
standby="Loading Microsoft Media Player components..."
type="application/x-oleobject">
<param name="FileName" value="ATG_Javelin_15mb.asx">
<param name="ShowControls" value="true">
<param name="ShowDisplay" value="true">
<param name="ShowStatusBar" value="true">
<param name="AutoSize" value="true">
<embed
width="480"
height="272"
src="http://www.imsproductions.com/web_movies/ATG_Javelin_15mb.asx"
showstatusbar="true" type="video/x-ms-asf-plugin"
showcontrols="true"
showdisplay="true"
pluginspage="http://www.microsoft.com/netshow/download/player.htm">
</embed>
</object>
i originally used the .WVX that's in that web_movies folder, but that didn't work, which led me to try .ASX, which was my last attempt and the only other thing i knew to do.
anyone have any ideas?
edit: by doesn't work, i mean it just sits displaying the Windows Media Player screen (or whatever) and doesn't do anything.