html
document
| <html> <head>
<title>
Music
</tile>
<bgsound
src="Classi1.mid"
loop="1">
</head>
<body>
</body>
</html>
|
|
| |
Disclaimer |
|
| Put the script between the <head></head> tags |
<bgsound src="Classi1.mid" loop="1">
|
| |
| Follow this instructions: |
| <bgsound src="location/music-file" loop="1"> |
You have to have a music file already at hand
|
| In the location field is the folder where the music file is if different from where the page is. |
| The music-file field is the file name of the music file (example: classi1.mid) |
| In the loop field the number is the number of times the music played |
| To be playing for ever then loop="infinite" |
| |
Visit our tutorials with lots of JavaScript's
|
|
|