- From: Doug Schepers <schepers@w3.org>
- Date: Sat, 04 Apr 2009 13:11:32 -0400
- To: "Dailey, David P." <david.dailey@sru.edu>
- CC: SVG IG List <public-svg-ig@w3.org>, jferrai@us.ibm.com
Hi, David- Dailey, David P. wrote (on 4/4/09 10:46 AM): > > DS: There's also the<iframe> element, which I've mostly used for the > past few years. I talk about the various ways to embed SVG here: > http://www.schepers.cc/svg/blendups/embedding.html > > Yes in similar tests at > http://srufaculty.sru.edu/david.dailey/svg/createSVGelementfromHTML.html > back circa FF1.5, I found that there was only one problem > with<iframe> -- the only way I could find to access the SVG DOM > through<iframe> was to put a script in the SVG that upon loading > sends its own SVGDocument as a parameter to a function running inside > HTML. I may have seen another work around but (and I know I've seen > suggestions that didn't work), but I still have that listed in my > mind as an open problem. It's actually not that bad... I think I do something similar here: http://schepers.cc/svg/blendups/scriptbridge/scriptbridge.html This is definitely something to clear up in the SVG Integration module... how to access the SVG DOM or call Javascript functions in the SVG (and vice versa) from outside the embedding context. I wonder if this should have cross-domain restrictions? Regards- -Doug
Received on Saturday, 4 April 2009 17:11:41 UTC