PDA

View Full Version : [HTML] Inserire un file audio .mid in una pagina web


UnknownSoldier
23-04-2010, 14:23
Salve a tutti. Ho provato con il seguente 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č?

UnknownSoldier
23-04-2010, 22:04
Nessuno sa aiutarmi?

Šus
24-04-2010, 07:55
<html>
<head>
<title>Sound</title>
</head>
<body>
<object data = "Klavier.mid" type = "audio/wma" autostart = "true">
<embed src = "Klavier.mid" autostart = "true">
</object>
</body>
</html>

;) prova cosė

lupoxxx87
24-04-2010, 11:32
č probabile che tu debba aggiungere l'attributo classid per impostare il player