I have the following:
<BASE HREF="http://leonardito.com/">
When I try to reference a mp3 object on my hard drive I can't.
This is in the html document.
<OBJECT
ID="mediaPlayer"
CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
STANDBY="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="fileName"VALUE="\mymusiclyrics\hoyesadios.mp3">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true">
</OBJECT>
On my hard drive it plays with
<PARAM NAME="fileName"C:\matt\music\mymusiclyrics\hoyesadios.mp3">
Say I in the html on the harddrive I put
<BASE HREF="C:\matt\music\">
How can I make it so it can play on my website dand hard drive with changing having to change the file name.



Reply With Quote

Bookmarks