Forum Moderators: open
I want a tag that would allow the object to interact with the HTML file, not be static, but it is dynamically. That is the crucial requirement.
I looked at iFrame but it only calls for src="url.html" whereas i wanted src="blah.svg". iFrame doesn't allow that.
Thank you for your help.
if you do this:
<iframe blah blah blah>
<embed blah blah blah>
</iframe>
it will work but it won't be stable. It will cause Mozilla to crash from time to time.
The flash satay article was interesting but it forced me to use <object> and call an html document. I couldn't figure out how to do deal with the classid for SVG.
By the way, why doesn't XML files work on IE?