I am attempting to stream large .WMV file using .WVX file. I've embedded the WMP into the page like this:
<object id="MediaPlayer" width="400" height="300" classid="CLSID:22D6f312-B0
F6-11D0-94
AB-0080C74
C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobj
ect" codebase="
http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="autoStart" value="True">
<param name="filename" value="
http://www.thefinancialphysician.com/FP.wvx">
<param name="ShowControls" value="True">
<param name="AutoRewind" value="True">
<param name="ShowStatusBar" value="True">
<embed type="video/x-ms-wvx" src="
http://www.thefinancialphysician.com/FP.wvx" name="MediaPlayer" width="400" height="300" autostart="true">
</embed>
</object>
===== the url for the above-referenced page in case you would like to see the code is
http://www.thefinancialphysician.com/FP.htm ==============
__________________________
__________
__________
__________
__________
__________
__
Then the contents of the .WVX page:
<ASX version = "3.0">
<Entry>
<Ref href = "mms://205.178.146.41/4741
63/Financi
al_Physici
an.wmv" />
<TITLE>Operation Rescue</TITLE>
</Entry>
</ASX>
__________________________
__________
__________
__________
__________
__________
__
I have
http://www.thefinancialphysician.com/test.html pointing to FP.htm (on the "view the video" link).
Both test.html and FP.htm are in the website's directory, and so is FP.wvx.
The video file (Financial_Physician.wmv) is 302.6 MB and is sitting on a streaming media server elsewhere.
__________________________
__________
__________
__________
__________
__________
__
I'm out of my mind trying to figure out why this does not work. Any clues, anyone?
Thank you so very much,
Lynn
Start Free Trial