I'm seeing a strange behaviour with my SWFobject. I've got a flash .swf on the page using swfobject 1.5 - it works fine.
Then a user clicks a link that fires a JS script. Kinda like this below: theLayerCode += "<b>This is only a test</b>"; document.getElementsByTagName('body').item(0).innerHTML+=theLayerCode; In FF, those lines just add 'this is only a test' to the bottom. In IE, those lines add 'this is only a test' to the bottom but the SWF object disappears. Anyone have any ideas why this is happening or have any work-arounds or solutions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to swfobject@googlegroups.com To unsubscribe from this group, send email to swfobject+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---