Wo liegt der Fehler ?



  • Hallo ,
    Dieser 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>
    

    Funktioniert einwandfrei, wenn man alle MIDI Dateien mit WAV Dateien ersetzt . Warum ?
    Warum geht das nicht mit MIDI Dateien ? Und was kann man machen, damit es auch mit MIDI's geht ?


Anmelden zum Antworten