I need help. I have only a few months to live and I’m desperately trying to restore a site that made an activex call that placed a Window Media Player in a table to play an mp3 file while the user reads info about the music. Here is the old code. Can someone please provide a replacement for me? Thank you for your understanding.
<code><TR VALIGN=TOP ALIGN=LEFT>
<TD COLSPAN=2></TD>
<TD WIDTH=396>
<!-- Start of Text(Text6) -->
<P ALIGN=RIGHT>
<object id="MediaPlayer" width=320 height=40 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="Yanok Being There.mp3">
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
<embed type="application/x-mplayer2" src="Yanok Being There.mp3" name="MediaPlayer" width=320 height=240></embed>
</code>
<code><TR VALIGN=TOP ALIGN=LEFT>
<TD COLSPAN=2></TD>
<TD WIDTH=396>
<!-- Start of Text(Text6) -->
<P ALIGN=RIGHT>
<object id="MediaPlayer" width=320 height=40 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="Yanok Being There.mp3">
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
<embed type="application/x-mplayer2" src="Yanok Being There.mp3" name="MediaPlayer" width=320 height=240></embed>
</code>
<TR VALIGN=TOP ALIGN=LEFT>
<TD COLSPAN=2></TD>
<TD WIDTH=396>
<!-- Start of Text(Text6) -->
<P ALIGN=RIGHT>
<object id="MediaPlayer" width=320 height=40 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="Yanok Being There.mp3">
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
<embed type="application/x-mplayer2" src="Yanok Being There.mp3" name="MediaPlayer" width=320 height=240></embed>
I’m not a coder and my knowledge is limited. Thank you.
New contributor
RobertPA1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.