English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In our school we are making our own webbies, and I need either background music or music to start the page.
Websites would be great.

Thx,
Yo mama

2007-02-04 21:58:15 · 4 answers · asked by Factorblue 4 in Computers & Internet Programming & Design

4 answers

Here's the html code for that:


Or via link:
Music

2007-02-04 22:08:28 · answer #1 · answered by lanisoderberg69 4 · 0 0

take a look at http://web-source.net/html_codes_chart.htm
if you want a your music to be in the background then you could use the following code.

the basic embed code to use is: substitute yourfile.mid for the full path on your server to the file you wish to play.
hidden false enables your site visitors to stop the media file if they want to. true means your visitors have no control over the music (not a good choice for any vistor that may still be using an old and outdated system for example).
loop="false means your media file will only play once
loop="true" means your media file will play repeatedly until your visitors browse away from your page or close the web broswer window, in IE7 with tabbed browsing your media will continue to play if a new tab is opened in the same window and will only stop when the browser is closed.

hidden="false" loop="false">
<bgsound src="yourfile.mid"<br /> loop="1"></noembed<br /> <br /> the little bit of html code is taken from the website i mentioned above. <br /> make sure to copy your music to your webserver and enter that path exactly where the above text reads "yourfile.mid".<br /> <br /> easy right?<br /> just one way to embed your media file.<br /> <br /> good luck i hope that helps a little.<br /> but to be honest you should be able to edit the page and simply add background music using the control panel for the page.<br /> just use the html editor to embed the code sample i listed.<br /> and if done correctly you should have no problems. </p> <p> <small> 2007-02-04 22:38:05 &centerdot; <a href="#answer20070204223805">answer #2</a> &centerdot; <span>answered by <u>thebestnamesarealreadytaken0909</u> <b>6</b></span> &centerdot; <span>0<span style='color:green;'>&#x290A;</span></span> <span>0<span style='color:red;'>&#x290B;</span></span> </small> </p> </div> <div id="answer20070204220300" class='answer' > <!-- <b>Answer #3</b> --> <p class='answer-content' lang="en"> goto http://www.ripway.com/login.asp upload your music copy the embed address and paste it in your wesite upload folder </p> <p> <small> 2007-02-04 22:03:00 &centerdot; <a href="#answer20070204220300">answer #3</a> &centerdot; <span>answered by <u>tomski</u> <b>3</b></span> &centerdot; <span>0<span style='color:green;'>&#x290A;</span></span> <span>0<span style='color:red;'>&#x290B;</span></span> </small> </p> </div> <div id="answer20070204222739" class='answer' > <!-- <b>Answer #4</b> --> <p class='answer-content' lang="en"> qw </p> <p> <small> 2007-02-04 22:27:39 &centerdot; <a href="#answer20070204222739">answer #4</a> &centerdot; <span>answered by <u>dragon_ball .</u> <b>2</b></span> &centerdot; <span>0<span style='color:green;'>&#x290A;</span></span> <span>0<span style='color:red;'>&#x290B;</span></span> </small> </p> </div> </div> </article> </section> <div style="background:#888;padding:8px;margin-top:16px;"> fedest.com, questions and answers </div> </body> </html>