Hi,
I have always kept the megazine.swf and the index.html (the loading page) in the same folder and used swfobject to embed the SWF. When I moved the SWF to a different folder and loaded the SWF, the pages don't load. In fact, the requests for the pages aren't even made (checked in Fire Bug). I use absolute paths for the "src" attribute of the "img" node. The post page does appear, however. I know I'm pathing to the XML correctly because other data from the XML (such as the postpage) is working.
So to sum it up, if the megazine.swf is not in the same directory as the index.html, the pages don't load. Any thoughts?