Hi sn0wdon, 

I think I can help you out of this. Firstly, the embed is a 
reasonably solid object in IE5.5+, and it does not have to be placed 
in an iframe, nor the div. Keep it simple, to start your work in 
accessing info across iframes.

I have found iframes to be extremely powerful and stable when they 
are used to store either scripting objects and/or create what I call 
panes, i.e. html files that can overlay your main window. Once you 
understand the elegant connection between parent, iframe, and the 
SVG document, you are on the road to success in creating dynamic 
SVG. 

Try using just the embed. You can access it by:
docSVG=document.embeds["svgimage"].getSVGDocument();

Comeback if you get stuck;)
Francis






 "sn0wdon" wrote:
> Just joined forum for advice on interacting with SVG object inside 
> an iframe
> 
> <div>
> <iframe id="svgframe" name="svgframe" src="ibex_image.svg" 
> width="400px" height="200px" frameborder="0" marginwidth="0"  
> marginheight="0" >
> <embed id="svgimage" name="svgimage" src="ibex_image.svg" 
> width="400px" height="200px" type="image/svg+xml" 
> pluginspage="http://www.adobe.com/svg/viewer/install/main.html"; />
> </object>
> </iframe>
> </div>
> 






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