|
Posted by Xah Lee on August 29, 2005, 9:09 am
Please log in for more thread options
<object type=3D"audio/midi"
data=3D"http://xahlee.org/Periodic_dosage_dir/sanga_pemci/_p/poor_unfortuna= te_souls.mid"
width=3D"500" height=3D"20"><param name=3D"autostart" value=3D"false"></obj=
ect>
ah, yes object. Thanks.
gosh, it doesn't work in Safari,Camino, iCab, Opera. The only browser
in OS X this works is FireFox and the defunct Mac IE!
.=2E.screw the tech geekers...back to embed...
Xah
xah@xahlee.org
=E2=88=91 http://xahlee.org/
Martin Honnen wrote:
> Xah Lee wrote:
>
> > what's HTML 4 standard's equivalent of the following?
> > <embed src=3D"souls.mid" autostart=3D"false" width=3D"500" height=3D"20=
">
>
> In terms of the standard you are probably looking for the <object>
> element and would do
> <object
> type=3D"put content type of souls.mid here"
> data=3D"souls.mid"
> width=3D"500" height=3D"20">
> <param name=3D"autostart" value=3D"false">
> </object>
>
|