Jump to content

Add mUsic


borgqueenx

Recommended Posts

With Windows Media Player:

[code]<object 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" NAME="MC1" ID="MC1" height="204" width="480" bbclient="1">
  <param NAME="FileName"
VALUE="file.midi">
  <param NAME="AutoStart" VALUE="True">
  <param NAME="ShowStatusBar" VALUE="True">
  <param NAME="ShowGotoBar" VALUE="False">
  <param NAME="TransparentAtStart" VALUE="True">
  <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/en/Download/default.asp?tcode=9#location2"
src="file.midi" name="MC1" height="204" width="480" AutoStart="True" ShowStatusBar="True" ShowGotoBar="Talse" TransparentAtStart="true" bbclient="0">
<noembed></noembed></object>[/code]
[b]<object> [/b]is for Internet Explorer.
[b]<embed>[/b] is for Netscape/Firefox. ;)
Link to comment
https://forums.phpfreaks.com/topic/13395-add-music/#findComment-52106
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.