How To Insert Music in My Website
To insert or add a song or music on your web page or blog before the closing tag <HEAD> place this tag:
<bgsound SRC="musica.mid">
Extension of the file can be. Mid or. Wav.
For as the song again, always add: loop = "-1" Thus:
<bgsound SRC="musica.mid" loop="-1">
In the example above the music will play without appearing to the "display" on screen. The Internet will not stop, pause or start.
For the display comes on screen, as you see below, put tag is:
<EMBED SRC="musica.mid" AUTOSTART="FALSE" LOOP="TRUE">
Note that you must throw PLAY to start the music.
To open the page already playing the song, put this code:
<EMBED SRC="musica.mid" AUTOSTART= LOOP="TRUE">
You can still set the display size, thus:
<EMBED SRC="musica.mid" AUTOSTART= LOOP="TRUE" WIDTH=145 HEIGHT=25>
Last edited by Cannon : 10-02-10 at 11:50.
|