Multiplex: HTML+TIME

Beitrag lesen

Hallo,
ich weiss nicht mehr ein noch aus....

Ich habe mittels einer xsl-Datei SMIL Dateien in HTML+TIME umgewandelt.

Eigentlich sollte in jedem <par> ... </par> Abschnitt eine Audiodatei abgespielt werden.

Wenn ich die Dateien *.mid umwandel, und auf *.wav Dateien referenziere, dann funktioniert es einwandfrei.

Nur diesen dummen MIDI Files machen Probleme (denke ich)

Was kann ich machen ?
Kennt vielleicht sogar jemand die Lösung für mein Problem ?

P.S: Ich habe nicht vor die Dateien umzuwandeln.

Hier der Code:

  
<html xmlns:t="urn:schemas-microsoft-com:time" xmlns:time="urn:schemas-microsoft-com:time">  
<head>  
<META http-equiv="Content-Type" content="text/html; charset=UTF-16">  
<style>.time {behavior: url(#default#time2)}</style><?IMPORT namespace="t" implementation="#default#time2">  
</head>  
<body timeContainer="seq">  
<t:par dur="10000ms">  
<img class="time" style="position:absolute;left:0;top:0;width:101;height:40" src="MMS_Attachment_2.jpeg">  
<iframe class="time" frameborder="0" border="0" id="" style="position:absolute;left:0;top:40;width:101;height:40" src="MMS_Attachment_6.txt"></iframe>  
<t:m class="time"  repeatCount="indefinite" src="MMS_Attachment_7.mid"></t:audio>  
</t:par>  
<t:par dur="5000ms">  
<img class="time" style="position:absolute;left:0;top:0;width:101;height:40" src="MMS_Attachment_8.jpeg">  
<iframe class="time" frameborder="0" border="0" id="" style="position:absolute;left:0;top:40;width:101;height:40" src="MMS_Attachment_9.txt"></iframe>  
<t:audio class="time" repeatCount="indefinite" src="MMS_Attachment_10.mid"></t:audio>  
</t:par>  
<t:par dur="5000ms">  
<img class="time" style="position:absolute;left:0;top:0;width:101;height:40" src="MMS_Attachment_11.jpeg">  
<t:audio class="time" repeatCount="indefinite" src="MMS_Attachment_12.mid"></t:audio>  
</t:par>  
<t:par dur="5000ms">  
</t:par>  
<t:par dur="10000ms">  
<t:audio class="time" repeatCount="indefinite" src="MMS_Attachment_3.mid"></t:audio>  
</t:par>  
<t:par dur="10000ms">  
<img class="time" style="position:absolute;left:0;top:0;width:101;height:40" src="MMS_Attachment_4.jpeg">  
</t:par>  
<t:par dur="10000ms">  
<t:audio class="time" repeatCount="indefinite" src="MMS_Attachment_5.mid"></t:audio>  
</t:par>  
</body>  
</html>