Thursday, December 24, 2009

Is there a way to put MP3's on a website without making a Macromedia Flash button?

Yes, just link to the file with a normal HTML anchor. You can also play the sound by embedding the file with other HTML code. See the second source link for this.Is there a way to put MP3's on a website without making a Macromedia Flash button?
Of course. Let's say your mp3 file is called my_song.mp3, again let's say your html file is called my_page.html. You edit the html file by adding this line and you're done:


%26lt;a href=my_song.mp3%26gt;Download My Song%26lt;/a%26gt;

No comments:

Post a Comment