how do I add sound file to website

mdhawt

Regular Member
Joined
Feb 18, 2009
Messages
319
Reaction score
29
i would like an audio file....ocean waves sound file...to play as soon as someone lands on the site....no need for a sound player to be seen.
anyone have the html code or know where i can get it? please post your response here for everyone
thnx
 
Here's what a quick Google search turned up: http://www.walthowe.com/pubweb/audio.html

Hope that's what you're looking for :)
 
no accounting for taste....LOL...its my clients desire!

that might be annoying to your visitors. dont think some of them might close the page just to turn it off?
 
here's what i have created so far and this code hides the player

<EMBED SRC="http://filekeeper.org/download/shared/wavucean1_1.wav" AUTOSTART=true hidden="true"LOOP=true> <BGSOUND SRC="http://filekeeper.org/download/shared/wavucean1_1.wav" LOOP=-1>

i would like to find a longer playing wav sound file if anyone has a source for Ocean sounds. The code above does provide for continued loop but a longer sound file might be better

thnx
 
Back
Top