Fix FM-990: Loading images always requests a crossdomain file. The fix is to add a "checkPolicyFile" param to ImageLoader's constructor, with a default of true. To avoid the crossdomain request, just set this param to false. The downside of setting it to false is that you'll get a security error if the application attempts pixel-level access of the image.