E
Eustace
From the webpage
http://joliclic.free.fr/html/object-tag/en/object-audio.html
I got the following code:
<object type="audio/x-midi" data="data/test.mid" width="200" height="20">
<param name="src" value="data/test.mid">
<param name="autoplay" value="false">
<param name="autoStart" value="0">
alt : <a href="data/test.mid">test.mid</a>
</object>
and copied and pasted it in a webpage changing "data/test.mid" to
song.mid, that I have in the same directory. When I open my webpage,
however, I see a white rectangle with a Q in the middle and with a ?
inside it. What did I do wrong?
emf
http://joliclic.free.fr/html/object-tag/en/object-audio.html
I got the following code:
<object type="audio/x-midi" data="data/test.mid" width="200" height="20">
<param name="src" value="data/test.mid">
<param name="autoplay" value="false">
<param name="autoStart" value="0">
alt : <a href="data/test.mid">test.mid</a>
</object>
and copied and pasted it in a webpage changing "data/test.mid" to
song.mid, that I have in the same directory. When I open my webpage,
however, I see a white rectangle with a Q in the middle and with a ?
inside it. What did I do wrong?
emf