answersLogoWhite

0

What is bgsound?

User Avatar

Anonymous

16y ago
Updated: 8/16/2019

The <BGSound> is an HTML element which allows authors to create web pages that will play sound clips, or background soundtracks while the page is being viewed Sounds can either be samples (.WAV or .AU format) or MIDI (.MID format).

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you put music on your view more pictures section on MySpace?

&lt;bgsound src="URL HERE" loop="-1"&gt;


What is a good website to get HTML codes for up to date music I am looking for Fireflies by Owl City in working HTML just to play in the background on my page?

you can do the following: &lt;body bgsound="#"&gt; or you can &lt;embed src="#" autostart="true" style="visibility:false;"&gt;&lt;/embed&gt; does not always work this means that wherever you put the code it will play on startup, but getting the music is your responsibility. BEWARE OF COPYRIGHT LAWS. if you want it to loop, then add loop="true" in the &lt;embed...&gt; tag


How can you put windows media movies in HTML?

use the following HTML codes to put multimedia files on your page &lt;embed src="yourfile.mid" autostart="true" hidden="false" loop="false"&gt; &lt;noembed&gt;&lt;bgsound src="yourfile.mid" loop="1"&gt;&lt;/noembed&gt; Where yourfile.mid is the name and path of your file to autostart it write "true" to don't autostart it write "false" there to hide the file write false, and so on to all commands The above code will play the Movie file, stored on your server. movie will began playing when your page is loaded and will only play one time


How do you get music in your pictures?

What you have to do first is upload the song into a site like http://www.fileden.com or http://www.ripway.com . After that, you should have a URL that goes with the song. However, the URL is gonna be too long, because the captions for pics only allow 50 characters. What you do then is you go to http://www.metamark.net and they will shorten it for you. Once you have your shorter URL, put it into this code: &lt;bgsound src="URL" loop="-1"&gt; Paste the code into any caption on your myspace pics. =) Note: The song will only play while in Internet Explorer, not Firefox or any other browser.