Hi Darryl

I found a workaround for that problem. Just replace the svg object tag 
with a script tag in html, e.g.:

<script src="object1.js"></script>

In the Javascript, print the svg object code, e.g.:

embedHead('<object type="image/svg+xml" width="220" height="220" 
title="Move mouse over the circles to see some photos." 
data="intro/index.svg"><param name="src" value="intro/index.svg" 
/><embed type="image/svg+xml" 
pluginspage="http://www.adobe.com/svg/viewer/install/"; 
src="intro/index.svg" width="220" height="220" title="Move mouse over 
the circles to see some photos."></embed></object>');

function embedHead(htmlObject) {
   document.write(htmlObject);
}

Regards
Olaf

Darryl Watson wrote:
> Did anyone ever come up with a fix or workaround for the ActiveX click 
> problem in IE?
> 

-- 
Olaf Schnabel
ETH Zurich
Institute of Cartography
CH-8093 Zurich
Switzerland

tel:    ++41 44 633 3031
fax:    ++41 44 633 1153
e-mail: [EMAIL PROTECTED]
www1:   http://www.ika.ethz.ch/schnabel
www2:   http://www.e-cartouche.ch


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to