Francis.Hemsher wrote:
 
> I've tested a few neat ideas. Any workarounds will be a freebie :)
> 
> btw, I've seen a few tricky approaches by the macromedia folks. (I 
> guess we can work together on this.)
> 

The easiest workaround is to create a js file that holds a 
document.write for the embed.

Example:

HTML file:

<HTML>
<BODY>
<script src=embed.js></script>
</BODY>
</HTML>

embed.js:

document.write('<embed name="svgEmbed" src="mySVG.svg" 
style="width:500;height:400" type="image/svg+xml">')


This is not my creation, but a suggestion from MS at:
http://msdn.microsoft.com/library/default.asp?
url=/workshop/author/dhtml/overview/activating_activex.asp

The above solves the focus problem at initial load.


HOWEVER...
When the SVG document is then panned(Alt key) it loses focus on any 
events you may have therein. It must clicked each time it is panned 
to regain focus.

I've restated this to the IE Beta folks. Hope they fix it.

Francis












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