vote up 0 vote down star

Flash Player 10 specifies:

"Redirects to policy files outside the originally requested domain will continue to cause policy files to be ignored by Flash Player."

Is there a way to access policy files outside the domain?

flag
post updated ... greetz – back2dos Jul 3 at 14:30

4 Answers

vote up 0 vote down check

I don't fully understand your question.

A policy file on a given domain (no matter the exact path) can only give access on that domain and subdomains.

Using Security.loadPolicyFile, you can load it from an arbitrary URL on that domain, but you cannot grant access to domain B with a policy file from domain A.


Edit:

If you could give access to B from A, being the owner of A, this whole policy thing would be pointless. You would serve the swf from A and serve a policy file that grants access to B from A, so why have policy files anyway?

link|flag
yeah "you cannot grant access to domain B with a policy file from domain A ..." ... im wondering .... is tht impossible? ny other way? – Sris Jul 3 at 13:55
vote up 0 vote down

I don't know about flash, but you can load any javascript you want by dynamically adding script tags to the page, or even including them into your page at load time. Just add append a tag to the end of head with the script URL you need to load. But you should do this only if you trust the script.

link|flag
vote up 0 vote down

You can load policy files from anywhere using:

Security.loadPolicyFile(url:String)
link|flag
vote up 0 vote down

Check out my answer in this post, this is most likely the issue.

SOP issue

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.