English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to play a background mp3 on my website... (it's my own composition so no copyright answers please!)

Is there any HTML code I can use to do this and make it play automatically? (and even loop if possible!)

2006-11-05 04:40:00 · 2 answers · asked by crafty1980 1 in Computers & Internet Programming & Design

2 answers

Here is your HTML code.



Just change yoursong.mp3 to your actual mp3 file name.
Auto start = "true" means it will start automatically.
Loop = "true" means it will repeat.

2006-11-05 05:28:53 · answer #1 · answered by selfrob 4 · 1 0

It's possible to do this, but it's a fairly bad idea. MP3s are usually quite large files, and the user would have to download the song which would take quite a while. In addition, making every visitor to your site download a couple of megabytes will very quickly use up your monthly bandwidth allowance.

2006-11-05 07:47:02 · answer #2 · answered by Daniel R 6 · 0 0

fedest.com, questions and answers