The Problem apparently is, that some events dont get triggered.
i fixed it for FF, Opera and Safari by calling the following
javascript with jquery:
$(document).ajaxComplete(function(request, settings){var
evt=document.createEvent("HTMLEvents"); evt.initEvent
("DOMContentLoaded", false, false); document.dispatchEvent(evt)});
IE still doesnt work though.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---