Salve a tutti. Ho provato con il seguente codice:

codice:
<html>
	<head>
		<title>Sound</title>
	</head>
	<body>
		<object data = "Klavier.mid" type = "audio/midi" autostart = "true">
			<embed src = "Klavier.mid" autostart = "true">
		</object>
	</body>
</html>
Ma non funziona, perchè?