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

I have tried a bunch of code, the most common being something similar to....
embed src="song title.mp3"
width="100" height="20" autostart="false" loop="FALSE"
/embed
But nothing seems to work. I would like it to work with firefox as well. I know it's possible I've seen it done (ie. www.planetxiii.com). I even tried copying the source code from that site and plugging in my song, but it doesn't work. I'm going nuts trying to figure this out. Thanks to anyone who can help.....

2007-03-02 11:08:28 · 3 answers · asked by Get me outta here! 2 in Computers & Internet Programming & Design

3 answers

If the code you're using worked with other music files but not yours, there's something wrong with your music file. The most likely problem is that it's in the wrong place. The code you've given assumes the mp3 file is in the same directory as the html file. Make sure it is, or that you have provided the correct path to it. Also, make sure your file name has no spaces or illegal characters in it and that you using the correct capitalization - many servers are case sensitive.

2007-03-02 12:02:55 · answer #1 · answered by injanier 7 · 0 0

I don't think sound is supported by the firefox browser itself. The best thing I could suggest is for you to write a Java or Flash applet that would play the MP3 for you.

2007-03-02 19:13:01 · answer #2 · answered by rowancompsciguy 3 · 0 0

Try this it should work the bit it the middle your file address is the physical address of you file sound.wav is you sound file mp3's are not supported

2007-03-02 19:28:25 · answer #3 · answered by Anonymous · 1 0

fedest.com, questions and answers