
Originally Posted by
biskero
Ciao Ranco,
crossdomain.xml allows you to manage access to different domains from a call to the net from your Flash content.
Something it was not really needed in mobile apps. Anyway, if your app is working no problems.
Ask them for more information.
Alessandro
I've added these lines to my code:
Code:
System.security.loadPolicyFile("m2m1.inner-active.com/crossdomain.xml");
System.security.allowDomain("inner-active.com");
Now it works perfectly with "access local files only" on 5800 with FL 3.1, but doesn't connect at all on N97 having FL 3.0!
When I set "access network only" it does work on the N97, but the Device object does work (DisableAutoRotation() function)
[even the fact that DisableAutoRoration() works on N97 is strange, as it was introduced in FL 3.1, no?]
How can this be explained and what should I do now?
Ranco