Sep
11GOT IT WORKING! w00t
I knew my crack team of coders weren’t just a team of crackheads. Although it is 3am my “team” (me, myself, and I) just figured out how to make wp-simplegallery (the flash image gallery) compatible with the infinite scroll.
On line 242 of wp-simplegallery.php, remove the text message and replace it with this non-JS embed code:
<embed src="'.WP_SIMPLEVIEWER_URL.'/viewer.swf" FlashVars="xmlDataPath='.$wp_simpleviewer_xmlfile_url.'? for='.$flashcontent.'" bgcolor=#ffffff WIDTH=' .$wp_simpleviewer_options['width'].' HEIGHT='.$wp_simpleviewer_options['height'].' TYPE="application/x-shockwave-flash"></embed>