Music download play sample

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
No problemo. Let me know how you get on .. I might need this in the future ;)
12 years ago
add this to the html page

<object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
id="mediaplayer1" height="40" width="120">
<param name="Filename" value="yourfile.mp3">
<param name="AutoStart" value="False">
<param name="ShowControls" value="True">
<param name="ShowStatusBar" value="False">
<param name="ShowDisplay" value="False">
<param name="AutoRewind" value="True">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"
src="yourfile.mp3" autostart="0"
showcontrols="1" showstatusbar="0" showdisplay="0"
autorewind="1" height="40" width="120"></embed>
</object>

change yourfile.mp3 to the file u wish to play.
make sure not to play the full version, smart coder can find the link to the download file
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.