Adding background music to web page

They have: 5,633 posts

Joined: Jan 1970

I am trying to learn web page building useing the Page resource tutorial for beginners. I have been able to add the music file featured in the tutorials but now would like to be able to use music from my pc cd but do not know how to transferr it into the HTML code. In other words after I have entered the Embed src="WHAT??"? How do I create an address to go to on my computer?

I understand what all of you are saying,BUT I still would like to learn HOW. There may come a time when I could really use the tech.

Thanks for all of your responces

I hope I have asked the right question and am in the right forum

Frank

[This message has been edited by happyinks (edited 28 April 2000).]

Ken Elliott's picture

They have: 358 posts

Joined: Jun 1999

Frank, in order to add background music to your website the cd music must be converted to a wav file and embedded. Of course this wave file is going to be a farely large file if you want it to sound like something less then an endless loop. So you can covert the file to realaudio (.ra) file or something, I don't have much experience with that.

To convert your cd to a wav file, you must obtain a cd ripper program, such as Audio Grabber and use it to rip the wav file from the cd. Then obtain real-media so you can convert the .wav to a .ra file. Then embed that in your webpage.

VulKen

Pimpin like a pimp with an electrofied pimpin machine!

They have: 193 posts

Joined: Feb 2000

Your situation may be different, but it is usually a very bad idea to add muic as a background to a web page.

Just a thought. Smiling

Richard

------------------
[email protected]

"I'm so wracked with guilt. I don't want to stop therapy
because I'm afraid to take the income away from my therapist.
He's got kids in college."
-- Tim Halpern

[email protected]

Everyone here has a website. It's just that not all are worth posting (Mine! Smiling).

Jaiem's picture

They have: 1,191 posts

Joined: Apr 1999

I agree with Richard. I find background music very annoying!!

Maybe you could just make a like to a wave file and say something like "Click here for our theme song" or something like that.

------------------
ArtsNFlies.com
Original art, hand tied flies, unique books and gifts, free sweepstakes and MORE!
NEW! - Tying materials & tools, and flyfishing accessories (lines, waders, etc.)!!
Come see what everyone is talking about!

They have: 231 posts

Joined: Feb 2000

I agree with the last 2 posts. Embedded music is annoying especially when you cant turn it off. If you still want to use it, maybe you should consider using Flash.

:: Lloyd Hassell :: http://www14.brinkster.com/lloydh ::

They have: 296 posts

Joined: Sep 1999

yes I agree also,

Remeber the days we all used 16bit soundcards? Then some comedian would put a midi of Whitney Houston and it would sound terrible. Infact so bad your ears start bleeding. So out of desperation to get rid of the darn sqreech you leave the page!

That is as true as it gets!!

Vy

They have: 50 posts

Joined: Feb 2000

lloyd is correct if u want background music,add user controls to turn off or maybe control the volume.

------------------
Hoosier Sporttz Shop-Premium Discount Sports Apparel

They have: 11 posts

Joined: Apr 2000

A simple 1 min (.wav) file that I made useses 3.5 mg of space. A proper, 2 and a half to 3 min music recording could easily use twice to 3 x that amount. It would take forever to download, at least on my machine it would, and I'm running a 233 with a 56 kbps connection speed.

Having an "Autostart" for music is easy to write in HTML. To have an interactive control is just as easy.

Many people find Autostart music very annoying. I now surf with my volume control turned down very low.

If you really must have music in the background, I would suggest you use the search engines to find your tune. It is probably already on the net somewhere, all you have to do is find it. To have the music
autostart,
Netscape
<EMBED SRC="tune link" AUTOSTART="true">
IE
<BGSOUND SRC="tune link" Loop=0>(the loop command tells IE how many times to play the tune.

It is a good idea to include both of the above HTML on your site so no matter which browser visitor's are using they will be able to hear your tune. For that reason I will show the next bit the way I set it up for both browsers.

The HTML to include a control panel is:

<EMBED SRC="tune link" WIDTH="200" HEIGHT="50" BORDER="0" AUTOSTART="false"><NOEMBED><BGSOUND="tune link" loop=0></NOEMBED>

One final note. Be very careful about copyright. Even if you figure out how to transfer the music from your CD to your web page, you would probably be in contravention of copyright law, and liable to the owner's of the copyright.

Cheers
Eaglefeather

------------------
Walk through life, it is too short to run.

[This message has been edited by eaglefeather (edited 01 May 2000).]

Walk through life, it is too short to run.

They have: 5,633 posts

Joined: Jan 1970

If your going to add music to your web pages use Beatnik, It’s that simple. And I don’t say that just because I’m a beatnik developer (well okay I do).

Beatnik has the most powerful format and compression strategy available. It also includes one of the best Java API’s for making interactive sound. Not to mention that it can be integrated into Flash for a full multimedia effect.

Beatnik uses a core program (plug-in) to assemble the available sounds, which means less of a download (much like MIDI). However it has advanced capabilities allowing for voice and other “real life” type sounds that MIDI was never good at. It’s not the easiest format to author however it’s by all means the most rewarding.

Check it out www.beatnik.com

ALWAYS PUT THE VISITOR IN CONTROL – ADD A MUSIC ON/OFF SWITCH.

------------------
Adam
AIS Internet Solutions
[email protected]
www.aisinternet.com

[This message has been edited by adam (edited 01 May 2000).]

They have: 11 posts

Joined: Apr 2000

Thanks for the link Adam. Hadn't heard about Beatnik before. Looks real interestin'.

Cheers
Eaglefeather

------------------
Walk through life, it is too short to run.

Walk through life, it is too short to run.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.