Hi.

Couldn't find any appropriate answer: How do i point to a object tag by ID ?

Example:
<object" id="flashsitemap" data="xxxn.swf">
<param name="wmode" value="transparent"/
</object>

$('#flashsitemap').event(function() { ... });

This assumed syntax does not work obviously.

But. If i have an embed tag within the object tag everything's fine.

<object" id="flashsitemap" data="xxxn.swf">
<param name="wmode" value="transparent"/>
<embed id="flashsitemap" wmode="transparent" src="../flash/sitemap/ sitemap_icon.swf"/>
</object

But this is not what i intend to do/have ;)

Thanks in advance
Olaf

--
Olaf Gleba : creatics media.systems
Tel. +49 (0)221 170 67 224 : Fax. +49 (0)221 170 67 225
o...@creatics.de : http://www.creatics.de
PGP-Key http://www.creatics.de/keys/

Welcompose CMS - Einfach und Effizient
http://www.welcompose.de



Reply via email to