I am having a problem with the flash viewer and embedded SVG fonts. I am dynamically changing the content of a element using javascript. When I do this with the default system font, the text updates beautifully, however when I use an embedded SVG font and the flash viewer, changing the context of the element does not delete the previous contents, it just prints the new contents over the old.
This only happens with the flash renderer. If I use the native viewers on firefox or safari, the embedded fonts work perfectly.
Has anyone seen this before? Is there a better way to dynamically change the value of a text element besides doing this:
svgDoc.getElementById('text1').childNodes[0].nodeValue = customText