Computing.Net > Forums > Web Development > Add BG sound to web site

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Add BG sound to web site

Reply to Message Icon

Name: Virgie1
Date: May 30, 2004 at 01:29:00 Pacific
OS: 95SE
CPU/Ram: 384 mb sdram 800 mghz Cel
Comment:

Despirately need your help in adding a midi to my website.

******This is the sound code I am trying to add, the mid is already on my site. The problem is that it hangs no matter which place or frame or framset I place it in. I place the code within the body tags but it freezes the web site, other than that my web page loads fine w/o the midi:

<BGSOUND SRC=http://personalpages.bellsouth.net/b/r/brandil/Axel_F.mid LOOP=1>

The code for my website is as follows:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</head>

<frameset rows="*" cols="173,*" frameborder="yes" border="2" framespacing="2">
<frame src="left.htm" name="leftFrame" scrolling="YES" noresize>
<frameset rows="200,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="top.htm" name="topFrame" scrolling="NO" noresize>
<frame src="bottom.htm" name="mainFrame">
</frameset>
</frameset>
<noframes><body>

</body></noframes>
</html>


*********Thanks for any help!!!!!!!!!!



Sponsored Link
Ads by Google

Response Number 1
Name: Jamie_McCoy
Date: May 30, 2004 at 04:27:28 Pacific
Reply:

include this code in the head of your webpage

<embed src="audiofilehere.mp3" width="0" height="0" autostart="truE" hidden="true" loop="true"></embed>

Sign Me Guestbook!

jaymc.co.nr


0

Response Number 2
Name: Khalid
Date: May 30, 2004 at 08:51:17 Pacific
Reply:

Dont forget to add an option to TURN OFF the sound by your visitors. Otherwise the majority of them will instantly close the browser window and leave your site.


0

Response Number 3
Name: Virgie1
Date: May 30, 2004 at 12:50:54 Pacific
Reply:

Thanks, ended up going with:

<BGSOUND SRC=http://personalpages.bellsouth.net/b/r/brandil/Axel_F.mid LOOP=1>

I placed between the head tags as the embed tag didn't load the rest of the page.

****My picture in bottom right frame was actually the problem, it was too big, using Photoshop, I flattened the image and saved as a GIF so load time wasn't so long.

************PHOTOSHOP AND DREAMWEAVER AR THE BEST

Thanks everyone.


0

Response Number 4
Name: Virgie1
Date: May 31, 2004 at 21:51:35 Pacific
Reply:

Thanks, but I think my ISP has blocked this, I am close to my entire space being used on the server, had no problem whatsoever with the code before, exact. ******It has been on my website for about 6 mo w/o probs.

Think my isp has a problem with bandwidth on dial up - even with cams they will cut it off after a while.

Can't wait to get dsl!!!!!!!!!!!!!!!!!


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Add BG sound to web site

New to web building www.computing.net/answers/webdevel/new-to-web-building/1955.html

new to web development www.computing.net/answers/webdevel/new-to-web-development/2945.html

Adding youtube to web site www.computing.net/answers/webdevel/adding-youtube-to-web-site/3209.html