Dynamicly including Flash in an application/xhtml+xml page. Doesn't work in FF3. Does work in Opera 9.5. Does work in FF2. Does work in Konqueror 3.5.9. It also works if text/html.
Should show 6 times same flash movie, an image and some text (using innerHTML = req.responseText
, probably what jquery is doing for $(..).load()):
Should show all this again (using appendChild(document.importNode(req.responseXML.documentElement, true))
):
See also bugzilla
$Id$