Click here to get back home

equivalent for EMBED tag?

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
equivalent for EMBED tag? Xah Lee 08-29-2005
Posted by Xah Lee on August 29, 2005, 1:17 am
Please log in for more thread options


what's HTML 4 standard's equivalent of the following?
<embed src=3D"souls.mid" autostart=3D"false" width=3D"500" height=3D"20">

thanks.

Xah
xah@xahlee.org
=E2=88=91 http://xahlee.org/


Posted by Martin Honnen on August 29, 2005, 1:48 pm
Please log in for more thread options




Xah Lee wrote:

> what's HTML 4 standard's equivalent of the following?
> <embed src="souls.mid" autostart="false" width="500" height="20">

In terms of the standard you are probably looking for the <object>
element and would do
<object
type="put content type of souls.mid here"
data="souls.mid"
width="500" height="20">
<param name="autostart" value="false">
</object>


--

        Martin Honnen
        http://JavaScript.FAQTs.com/

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>
>


Posted by Alexander Clauss on August 29, 2005, 8:54 pm
Please log in for more thread options



> 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!

It does work in Safari, iCab and other browsers. If it doesn't work for
you, you may have put the object element into the "head" section of your
HTML code.

--
Alexander

Similar ThreadsPosted
Is there an equivalent of META REFRESH in PDF? October 19, 2007, 3:50 am
windows equivalent to /etc/hosts March 26, 2008, 12:56 pm
Windows equivalent of BBEdit's "Gentle Hierarchical" formatting option? September 15, 2005, 3:14 pm
Embed Tag December 4, 2005, 7:32 pm
Trying to sound August 20, 2006, 8:27 pm
Why can't I embed divs in a

?

November 10, 2006, 9:40 am
embed PDF in page February 22, 2007, 9:43 am
OBJECT and EMBED June 19, 2007, 9:07 am
Embed/Include in HTML ... is it possible ? September 9, 2004, 5:09 pm
No simple alternative to EMBED March 13, 2005, 6:38 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap