|
|
How to add or put music in myspace. There are many different ways to
do it and the one presented here is very simple, fast , and easy to
implement in your web pages, for this you most have your music file ready
to be used, in this example the music file name is
This is the script: <bgsound src="piano.mid" autostart=true loop=infinite > With red letters is the file name of the music file name that will be playing (replaced with the file name of your music file) ; The statement infinite in green is a command to play the file for an infinite number of times and it can be replaced for the digit number of times you wanted to be played, then it may looks like this: <bgsound src="piano.mid" autostart=true loop=2 > It plays 2 times the music file. Just copy and pasted right under the "<body...>" tag. remember to have your music file already uploaded. |