View Full Version : programmazione html
salve mi sapreste dire come fare a inserire un sottofondo musicale da un file mp3 o simili in una pagina web?
stdecden
23-07-2007, 21:29
<html>
<head>
<title>Musica di sottofondo</title>
<!-- Microsoft: -->
<bgsound src="background.mp3" loop="infinite">
</head>
<body>
<!-- Netscape: -->
<embed src="background.mp3" autostart="true" loop="true" hidden="true" height="0" width="0">
<h1>Contenuto della pagina</h1>
</body>
</html>
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.