Click to See Complete Forum and Search --> : Music/Sounfiles


Smilin' Jack
09-27-2003, 03:16 AM
How can I play different sound files in consecutive order?

Jack

Smilin' Jack
09-27-2003, 03:20 AM
How can I play different sound files (.wav, .Mp3) in consecutive order?

Jack

96turnerri
09-27-2003, 07:11 AM
as a background sound, a flash file or just normal?

Smilin' Jack
09-27-2003, 03:39 PM
As a background Sound.
www.equipmentpolice.com/Ice.Html

Jack

96turnerri
09-27-2003, 06:20 PM
im presduming that this dont work

<BGSOUND SRC="Sleepwalk.Wav", "Tsr.Mp3" LOOP=infinite>

try this

<BGSOUND SRC="Sleepwalk.Wav,Tsr.Mp3" LOOP=infinite>

Smilin' Jack
09-28-2003, 03:15 AM
Thanks 96!
Thats up now but NG.
What next?

Jack

96turnerri
09-28-2003, 05:22 AM
sorry but what does NG mean?

Smilin' Jack
09-28-2003, 05:51 AM
"NG" = No Good

toicontien
09-28-2003, 12:30 PM
You need to set up a playlist that music players can use. Here's how:

1. Open up a text editor like Notepad or Simpletext.

2. Type in the exact URL to each sound file in the order you want it played.

3. After the last URL, place one carriage return. This is to account for a bug in Winamp that chokes on playlists that do not have a blank line after the last song.

4. Save the file with the extension .m3u.

5. Upload the sound files and .m3u file to your web server.

6. Using a standard <a href=""> tag, link to the .m3u file.

Most web servers are set up to automatically buffer and stream content that is requested from a .m3u or playlist file. All the user needs is Winamp, Sonique, Freeamp, Windows Media Player, Quicktime, Real Player, basically any music player supports .m3u playlists.

If you want the sounds in the background, perhaps include an iframe with it's source the .m3u file or a regular frame at the bottom of the screen with the .m3u file as its source.

You could even try the bgsound attribute for the body tag or maybe the object tags. Just link to the .m3u file.

Smilin' Jack
10-01-2003, 10:44 PM
Is this contingent on the viewer controlling the playback?

toicontien
10-03-2003, 10:55 AM
Yes, the viewer would have control over the playback via their default media player (winamp, windows media player, etc).

If you do not want the viewer to have control (not recommended because some people might want to stop the music), then you're basically stuck using 1 sound on the web page. You may be able to change the source of the embed tag via JavaScript after a certain number of seconds. Try posting this same question in the JavaScript forum and ask if you can change the src of the embed tag with javascript.

Smilin' Jack
10-04-2003, 11:54 PM
I think I found another way to accomplish this.
I used "Cool Edit" and simply cut & pasted one file after another.
Then I converted the >wav files into Mp3.
Thanks,
Jack

firebomb™
10-05-2003, 04:10 AM
ok this is what i did what do i need to do to make it work?

<tr> <EMBED SRC="http://manchild.homeip.net/will/on my own.mp3" "http://manchild.homeip.net/will/piano.mp3" BGCOLOR="#ffffff" WIDTH=322 HEIGHT=258 PLUGINSPAGE="http://www.microsoft.com/windows/windowsmedia/download/default.asp" AUTOPLAY="False" VOLUME="100"></tr>


Lets play whats wrong with this tag

Smilin' Jack
10-05-2003, 08:14 AM
Is that supposed to accomplish consecutive play?

firebomb™
10-05-2003, 01:18 PM
Yes thats what i was lookin for

Smilin' Jack
10-05-2003, 10:38 PM
FireBomb,
But you alluded to something being wrong with that script.
One problem with the way I did it is the download time and the quality.
How would I apply that to:http://www.equipmentpolice.com/Ice.Html ???

Jack