Need Help - Post ID 859

User 384450 Photo


Registered User
2 posts

I,m trying to download a song on my web site how do i get it in my web files?
User 364143 Photo


Guest
5,410 posts

<a href= "mysong.mp3">My Song</a>

or

<object width="300" height="50">
<param name="src" value="mysong.mp3">
<param name="autoplay" value="true">
<param name="controller" value="true">
<param name="bgcolor" value="#FFFFFF">
<embed src="mysong.mp3" autostart="true" loop="false" width="300" height="50" controller="true" bgcolor="#FFFFFF"></embed>
</object>
CoffeeCup... Yeah, they are the best!
User 384450 Photo


Registered User
2 posts

Tom wrote:
<a href= "mysong.mp3">My Song</a>

or

<object width="300" height="50">
<param name="src" value="mysong.mp3">
<param name="autoplay" value="true">
<param name="controller" value="true">
<param name="bgcolor" value="#FFFFFF">
<embed src="mysong.mp3" autostart="true" loop="false" width="300" height="50" controller="true" bgcolor="#FFFFFF"></embed>
</object>

thanks tom that worked!!!!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.