Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: HTML Forum:
put music onto ur website

 

 


Kari Ragnarssion
Veteran


Apr 24, 2005, 11:41 AM

Post #1 of 11 (6975 views)
Shortcut
put music onto ur website Can't Post

The simple and basic way to put music on a web site is to simply put the following into the HTML code of your web site:


Code
<EMBED SRC="your_sound_file" HIDDEN=true AUTOSTART=true> 
<NOEMBED><BGSOUND SRC="your_sound_file"></NOEMBED>


Where your_sound_file is the name of your WAV, MP3, or MIDI file.

The first line, the one that begins with EMBED, is the one that will be read by most web browsers. So in most cases, your visitors' web browser will see the EMBED line, react to it, and then ignore the NOEMBED line.

A few web browsers (very few now) do not support the EMBED command, which is why the second line is added. The second line, beginning with NOEMBED, is an optional extra that will kick in if the web site is read by a browser that does not support the EMBED feature.

That means that even if you drop the second line out and only include the first line, the music will still work for about 95% of your visitors.

Before you do this however, it's probably a good idea to change the bit-rate of the mp3 file. Mp3 is a file format that lets you choose your own balance between sound quality and file size. The smaller you want to make your sound file, the lower you have to put the sound quality.

When you purchase an mp3 file from us, you get it in a bit-rate of 192 kbps (kilo-bytes per second) bit-rate. This represents perfect CD-quality audio, but the file is pretty big. And because the file is big, there is a lot of data that has to be transferred over the internet before your web site visitors will start to hear the music. And when the music starts to play, it may break up, stutter, and start-stop, simply because there is such a large amount of data that has to keep transferring from your web site to your visitor's computer, and when the data isn't flowing fast enough the sound will break up.

So -- before you put the music on your web site, it's a good idea to lower this bit-rate to something like 32 kbps or maybe 56 kbps. That will drastically reduce the size of the file, but it will also lower the sound quality. At 56 kbps the sound quality will be similar to the previews on our web site (we use 56 kbps mp3-encoding for all our previews), and at 32 kbps sound quality will be lower, but still pretty acceptable.

We can help you with changing the bit-rate of the sound files for you. We have advanced tools that allows us to do this fast -- it literally only takes us a minute to change the bit-rate of multiple sound files, and we are happy to do this for our customers, FREE of charge. Just place your order as normal, and then ask us to change the bit-rate to whatever you want (32 kbps is usually okay for web site use).

Should you wish to play around with the sound files yourself and change the bit-rate of your mp3 files, you need a sound editing tool, such as the FREE Audacity or similar.


-----------------------------------
http://tinyurl.com/7w8y5
If you click, i <3 you. thanx ^HaX/Runescape items
Listen to This: http://www.DualityRadio.com/



coolgreen44
Senior Member

Jun 16, 2005, 12:37 PM

Post #2 of 11 (6482 views)
Shortcut
Re: [Kari Ragnarssion] put music onto ur website [In reply to] Can't Post

oooo, cool nice job


Cybernations


-Hard Life-
Enthusiast


Aug 23, 2005, 1:36 PM

Post #3 of 11 (5763 views)
Shortcut
Re: [Kari Ragnarssion] put music onto ur website [In reply to] Can't Post

hmmm, i tried it on FREEwebs.com, but for some reason i cant get it to workUnsure


k


FeVeR
Newbie

Nov 4, 2005, 1:56 PM

Post #4 of 11 (5335 views)
Shortcut
Re: [Kari Ragnarssion] put music onto ur website [In reply to] Can't Post

I cant seem to get it to work? Or how long does it take to play?

<EMBED SRC="KanyeWest_JesusWalks.mp3" HIDDEN=flase AUTOSTART=true>
<NOEMBED><BGSOUND SRC="KanyeWest_JesusWalks.mp3"></NOEMBED>

Its 4929.07 KB too BIG?

my site is www.dlb-aaoclan.com


scare crow
Member


Nov 4, 2005, 5:25 PM

Post #5 of 11 (5332 views)
Shortcut
Re: [FeVeR] put music onto ur website [In reply to] Can't Post

no file should be too big, and i think it will play to the end of the song and then stop, but there is one code where the music will play, and then restart when its over, like a loop, but i dont know where to get that code, i deleted it


I_M_Dead1234
Senior Member


Nov 5, 2005, 5:08 PM

Post #6 of 11 (5317 views)
Shortcut
Re: [-Hard Life-] put music onto ur website [In reply to] Can't Post


In Reply To
hmmm, i tried it on FREEwebs.com, but for some reason i cant get it to workUnsure



If you are using FREEWebs site builder, you gotta upload the sound, then they have this thing on the site builder.



RuneScape:Neon Zidane1(my friend's)
Cleowin Resources-My schoolmate's new forum
My forum- 200+Members-Recuriting Mods,Join and PM me


Xandercage22
Member

Nov 13, 2005, 10:29 AM

Post #7 of 11 (5274 views)
Shortcut
Re: [Kari Ragnarssion] put music onto ur website [In reply to] Can't Post

hey im trying on my invisionFREE forum but im not sure why it isnt working can you explain me how Smile


kidd rune3
Enthusiast


Nov 16, 2005, 9:21 AM

Post #8 of 11 (5259 views)
Shortcut
Re: [FeVeR] put music onto ur website [In reply to] Can't Post


In Reply To
I cant seem to get it to work? Or how long does it take to play?

<EMBED SRC="KanyeWest_JesusWalks.mp3" HIDDEN=flase AUTOSTART=true>
<NOEMBED><BGSOUND SRC="KanyeWest_JesusWalks.mp3"></NOEMBED>

Its 4929.07 KB too BIG?

my site is www.dlb-aaoclan.com


do this

<EMBED SRC="http://putcode.com/song/1395" HIDDEN=flase AUTOSTART=true>
<NOEMBED><BGSOUND SRC="http://putcode.com/song/1395"></NOEMBED>


Mix a pancake,
Stir a pancake,
Pop it in the pan;
Fry the pancake;
Toss the pancake,
Catch it if you can.



noobfarm
Member


Nov 24, 2005, 12:59 AM

Post #9 of 11 (5203 views)
Shortcut
Re: [Kari Ragnarssion] put music onto ur website [In reply to] Can't Post

Just use tripod its the best.... it does every thing......... www.tripod.com


__________________________________________________

A2 enteratinment president, Brian LaClair

http://a2GAMESpot.tripod.com/


J.T.Pickering
Senior Member


Nov 25, 2005, 7:36 AM

Post #10 of 11 (5190 views)
Shortcut
Re: [Kari Ragnarssion] put music onto ur website [In reply to] Can't Post


In Reply To
When you purchase an mp3 file from us, you get it in a bit-rate of 192 kbps (kilo-bytes per second) bit-rate.



Ok, where did you copy and paste that from? Tongue


GreenGambler
Newbie


Nov 28, 2005, 6:10 AM

Post #11 of 11 (5180 views)
Shortcut
Re: [Kari Ragnarssion] put music onto ur website [In reply to] Can't Post

Hmm.. I'll give it a try.


GreenGambler.com, Online GAMES and casinos

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.15 s on (CGI/1.1)