Two problems: Flash Security Problem & no Error Reportung

Hi,

I got two problems that are going to kill me if I don’t find a solution. :expressionless:

First, the FlashPlayer Plugin does not report Errors. I got a flash app, and on a buddies computers, when he was loading the website, he got a detailed security error message. On my computer: nothing, the browser keeps quiet. The app is found and displayed, but doesn’t work correctly.
It doesn’t matter which browser: Chrome, Firefox, Opera, Internet Explorer. I searched the browser settings for some incorrect setting that might be the cause, but found nothing. I deinstalled and reinstalled Opera and Chrome: nothing. I deinstalled and reinstalled the Flash Player Plugin, once in Version 9 and once the current one: nothing. I tried to call the SWF File with the html file generated by the publish function in CS5, making sure that “display warnings” is checked: nothing.

Does anyone have any idea how to fix this? When I’m creating flash apps, there is quite a difference if I’m able to receive error messages or not. :frowning:

Second problem:
So that app is on one domain of mine, and I wanted to implement it directly on another domain, by telling the absolute path to the SWF Object. That does work so far, the app is displayed, but there seem to be security problems when the app tries to load xml files on the original domain. So what I tried so far to solve this:

  • spread crossdomain.xml files around
  • load the file with setting “allowScriptAccess” to “always”
  • use allowDomain() and allowInsecureDomain(") within the ap
  • using loadPolicyFile() to load the crossdomain.xml for sure

Nothing helps. Somewhere I read something about having to open certain ports and needing a socket policy file, but also that this ain’t needed if you use the loadPolicyFile() function

Any help regarding any of these problems is greatly appreciated. I’m aging 10 times faster while working on these problems, trying so much and nothing helps.