HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Add more than one background sound?
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
Shadia7



Joined: 04 Oct 2004
Posts: 1

PostPosted: Mon Oct 04, 2004 11:52 am     Add more than one background sound? Reply with quote

I want to have a certain background sound play for 2 loops, then I want a second sound to play. I can get them to overlap and play simultaneously, but not separately. the delay tag doesn't seem to work .... this is what i have so far

<head><BGSOUND SRC="scarynur.wav" LOOP="2" TITLE="creepy">
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<embed SRC="scream1.wav" DELAY=12>
<body>

but it doesn't work. any suggestions? PS, I don't have any wav/midi editing software to merge the two sounds into 1 file.
boitebado@yahoo.com



Joined: 04 Jan 2005
Posts: 1
Location: Round Rock, TX

PostPosted: Tue Jan 04, 2005 6:19 pm     Try using a different file source to stream audio files Reply with quote

If you want to play multiple songs in an embed tag, create a playlist file. m3u is the extension for a universal playlist.

This is how you do it.

1) Make sure all your songs are saved in the same directory folder.

2) Open Notepad (or other text editor) and type the URL for each song. For example:

http://www.mysource.com/music/song1.wav
http://www.mysource.com/music/song2.wav
http://www.mysource.com/music/song3.wav

3) Once you have them all typed, save the text file with the .m3u extension. (e.g., mymusic.m3u)

4) Type your code, for example:

' <embed src="http://www.mysource.com/music/mymusic.m3u" autostart="true" loop="true" hidden="true">

If you want your viewers to see the media player, set hidden to false. And if you don't want the songs to repeat the sequence, set loop to false as well.

Hope that helps!

boitebado!
kanenas



Joined: 14 Dec 2004
Posts: 310

PostPosted: Wed Jan 05, 2005 2:03 am     Free audio-editor. Reply with quote

Personally, I like the playlist solution, but if you want to combine the various sound files into one, Audacity is a (too?) powerful open-source audio editor. Goldwave is a quality sound editor, more intuitive than Audacity but the evaluation version limits the number of uses per session (you will easily be able to combine the audio files before you reach this limit).
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial