HTML Music Code
HTML Music Code - Add music to your website by adding this code to your web pages. The below html music code will place a music player on your web page where your visitor has the ability to play music. If you wish to you can change the media player size by changing the code highlighted in orange.
Windows Media Player Code
Upload your windows media file to your hosting account then change the web site address for the file below in the blue highlighted code.
<p>
<object classid=”clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95″
codebase=”http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715″
width=”100” height=”100“>
<param name=”FileName” value=”http://www.myweb siteaddress.com/musicfilename“>
<param name=”AutoStart” value=”true”>
<param name=”ShowTracker” value=”true”>
<param name=”ShowControls” value=”true”>
<param name=”ShowGotoBar” value=”false”>
<param name=”ShowDisplay” value=”false”>
<param name=”ShowStatusBar” value=”false”>
<param name=”AutoSize” value=”false”>
<embed width=”100” height=”100” src=”http://www.myweb siteaddress.com/musicfilename”
AutoStart=”true” ShowTracker=”true” ShowControls=”true” ShowGotoBar=”false” ShowDisplay=”false”
ShowStatusBar=”false” AutoSize=”false”
pluginspage=”http://www.microsoft.com/windows/windowsmedia/download/“></embed></object></p>
Quick Time Music Player
<p><object classid=”clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B” codebase=”http://www.apple.com/qtactivex/qtplugin.cab” width=”100” height=”100“>
<param name=”src” value=”http://www.myweb siteaddress.com/musicfilename“>
<param name=”scale” value=”Stretch to fit”>
<param name=”autoplay” value=”true”>
<param name=”loop” value=”true”>
<param name=”controller” value=”false”>
<embed width=”100″ height=”100″ src=”http://www.myweb siteaddress.com/musicfilename” scale=”Stretch to fit” autoplay=”true” loop=”true” controller=”false” pluginspage=”http://www.apple.com/quicktime/download”></embed></object></p>
To use this format your visitor will need Quick Time installed. For most Mac users Quick Time should already be installed.
Tags: HTML Music Code