Hi coders. I'm working on this web site (http://www.delloffice.com.ve/site/distribuidores) which must show a map so that when an user clicks on a state or territorial division, is headed to a list of dealers of our customer (Dell Office).
The map is SVG based, so I wrote a Joomla! plugin that injects a Mootools script to the <head> of the document and uses Modernizr to test for SVG browser support. If SVG support is unavailable on the browser (like in IE8), it is supposed that Mootools will attempt to replace the SVG <object> tags with Swiff instances injected right in the same place of the DOM. Swiff will then try to load a Flash movie with the same name of the SVG file and from the same location as a fallback. The problem I am facing right now, is that Element methods like dispose(), getSize(), getParent() and so on, seems to be not working properly on IE8. Please take a look at it and provide suggestions. Thanks in advanced.
