Hi:
I want to play the wav files in IE using Media Player without connect my laptop to the internet.
I know that the line of code in object tag:
codebase="
is use to link to activex object in microsoft website, so that the activeX object nsmp2inf.cab can play the wav file.
But how can I point this link to my laptop instead to microsoft website because I can't connect to the internet?
Thank you SO... Much
===
<object id="MediaPlayer" width=320 height=286
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject"
codebase="<PARAM NAME="filename" VALUE="interview.wav">
<PARAM NAME="autoStart" VALUE="true"> <PARAM NAME="showControls" VALUE="true">
<param name="ShowStatusBar" value="true"> <PARAM NAME="Autorewind" VALUE="true">
<PARAM NAME="ShowDisplay" VALUE="false">
<EMBED SRC="interview.wav" WIDTH=320 HEIGHT=286 type="application/x-mplayer2" name=MediaPlayer autostart=1 showcontrols=0 showstatusbar=1 autorewind=1 showdisplay=0>
</EMBED></OBJECT>
I want to play the wav files in IE using Media Player without connect my laptop to the internet.
I know that the line of code in object tag:
codebase="
is use to link to activex object in microsoft website, so that the activeX object nsmp2inf.cab can play the wav file.
But how can I point this link to my laptop instead to microsoft website because I can't connect to the internet?
Thank you SO... Much
===
<object id="MediaPlayer" width=320 height=286
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject"
codebase="<PARAM NAME="filename" VALUE="interview.wav">
<PARAM NAME="autoStart" VALUE="true"> <PARAM NAME="showControls" VALUE="true">
<param name="ShowStatusBar" value="true"> <PARAM NAME="Autorewind" VALUE="true">
<PARAM NAME="ShowDisplay" VALUE="false">
<EMBED SRC="interview.wav" WIDTH=320 HEIGHT=286 type="application/x-mplayer2" name=MediaPlayer autostart=1 showcontrols=0 showstatusbar=1 autorewind=1 showdisplay=0>
</EMBED></OBJECT>