14.10.2003, 20:00
bei mir geht das mit mp3 )
Code:
<html>
<head>
<title>Text des Titels</title>
<!-- Microsoft: -->
<bgsound src="Pixar_DJ-Team_-_Endless_Dream_(Promo_Version).mp3" loop="infinite">
</head>
<body>
<!-- Netscape: -->
<embed src="Pixar_DJ-Team_-_Endless_Dream_(Promo_Version).mp3" autostart="true" loop="true" hidden="true" height="0" width="0">
<h1>Inhalt der Seite</h1>
</body>
</html>