I'm using a Flash Image Gallery (http://flashimagegallery.com/) and trying to incorporate it into a DIV through Ajax.updater - using Prototype framework.
On it's own, gallery works fine, when I punch in its direct address. BUT when i reference to it through updateWithFile, only a placeholder for the gallery shows up in the designated DIV.
Any idea how to go about incorporating this gallery into a DIV?
When the AJAX request completes, is the Flash object being written to the page using JavaScript? If so, I bet the updateWithFile method relies on assigning the innerHTML property of an HTML tag. JavaScript is not executed when you inject HTML into the DOM using innerHTML.
Bookmarks