I am trying to set up a .swf in an offline enviroment, with a connection to a mySQL database using amfphp. Strangely, when I view the .swf embedded in a page as we need it, e.g. http://127.0.0.1/flash_loader.php, it hangs. However, when I access the .swf directly,
e.g. http://127.0.0.1/App.swf, it loads without issue.
I also don’t think the issue is the php page, as I’ve uploaded it to an online testing server and it works fine there with the same settings, only adjusted for the online server. I’ve added localhost and 127.0.0.1 to the trusted sites here: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html as well as tried changing Allow script access to always.
Is there some security setting that prevents the embedded swf from working like this in an embedded format when working with the localhost address? Any help/thoughts would be greatly appreciated.