Aggressor
04-13-2005, 06:08 AM
Hi All,
I've tried to get a WMV format video to work and play on a webpage of mine...but it keeps saying "Windows Media Player cannot find the specified file. Be sure the path is typed correctly. If it is, the file does not exist at the specified location, or the computer where the file is stored is offline."
I've tried viewing the same page offline(stored version of the webpage on my hard drive), and it works there. The video size is ~12mb...is that too large?
Thanks in Advance...
Oh Yeah here's the code:
<object id="WMPlayer1" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="400" width="500">
<param name="uiMode" value="full" />
<param name="autoStart" value="true" />
<param name="URL" value="mp.WMV" />
Your browser does not support ActiveX controls or the Windows Media Player. </object>
I've tried to get a WMV format video to work and play on a webpage of mine...but it keeps saying "Windows Media Player cannot find the specified file. Be sure the path is typed correctly. If it is, the file does not exist at the specified location, or the computer where the file is stored is offline."
I've tried viewing the same page offline(stored version of the webpage on my hard drive), and it works there. The video size is ~12mb...is that too large?
Thanks in Advance...
Oh Yeah here's the code:
<object id="WMPlayer1" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="400" width="500">
<param name="uiMode" value="full" />
<param name="autoStart" value="true" />
<param name="URL" value="mp.WMV" />
Your browser does not support ActiveX controls or the Windows Media Player. </object>