Midi Dateien abspielen
-
Hallo, ich habe mir mittels xsl aus einer smil Datei folgenden html-Code erstellen lassen.
Mein Problem sind die t:audio Tags....
sobald darin eine Midi Datei vorkommt gibts probleme... es schaut so aus als würde er nur jede zweite Datei abspielen. Wenn ich die Dateien *.midi durch *.wav oder andere Audiodateien ersetze funktionierts so wie ich will....Kann es sein das es irgendwelche Überschneidungsprobleme oder sowas gibt ?
<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:audio class="time" player="dmusic" end="9000ms" repeatCount="indefinite" src="MMS_Attachment_7.midi"></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.midi"></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.midi"></t:audio> </t:par> <t:par dur="5000ms"></t:par> <t:par dur="10000ms"> <t:audio class="time" repeatCount="indefinite" src="MMS_Attachment_3.midi"></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.midi"></t:audio> </t:par> </body> </html>