
Originally Posted by
intomo
Can anyone tell me how to set a policy file for the Flash Player on the n810?
I need to be able to access both local content and network.
I can do this if I can set a policy file for the Flash Player, but I don't know how/where I would set that in the n810 operating system.
Thanks in advance.
Yeah..When u wish to load an XML file or a txt file via network then there should be a policy file in the root of server.and here is a good documentation.
Flash Lite 3 - Policy File
Moreover, i saw that N810 has flash player 9 plugins .So , take a look over here:
Flash Player 9 changes
Suppose , if u want to allow ur app to access all the files from a domain then u can use this syntax(in FL 9) :
Code:
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>
and put it in the root of domain.
& You can set a policy file by loading it via loadPolicyFile Api or putting the policy file in the root of server. Locally, u can load the policy files only from the trusted folder. Hope it helps u...Enjoy Flash Programming...
Best Regards,
SajiSoft