If you get error like this:
SecurityError: Error #2122: Security sandbox violation: LoaderInfo.content: http://mydomain.com/my.swf cannot access https://fbcdn-profile-a.akamaihd.net/hprofile-ak-snc4/1234_1424341323_7322_s.jpg. A policy file is required, but the checkPolicyFile flag was not set when this media was loaded.
You need to load policy file from facebook by
Security.loadPolicyFile("https://fbcdn-profile-a.akamaihd.net/crossdomain.xml");
Before today it was enough to load it from here
Security.loadPolicyFile("http://profile.ak.fbcdn.net/crossdomain.xml");
Waiting for news from Facebook or Adobe about these changes.
It's related to every image you are trying to download from FB.
ReplyDeletehttp://www.webii.pl/blog/?p=11
M.
Thanks for posting this... helped me look in right direction. they may have made more changes ... to make mine work I had to do
ReplyDeleteSecurity.loadPolicyFile("http://profile.ak.fbcdn.net/crossdomain.xml");
thanks. I finally found the need to load this file "https://fbcdn-profile-a.akamaihd.net/crossdomain.xml" from your site. You made my day!
ReplyDeletethanks for solution. i hate facebook :)
ReplyDeletethanks man awesome!
ReplyDeleteThank you so much for this help. Your karma hitpoints have grown two sized this day!
ReplyDeleteSecurity.loadPolicyFile("http://graph.facebook.com/crossdomain.xml");
ReplyDeleteSecurity.loadPolicyFile("http://profile.ak.fbcdn.net/crossdomain.xml");
Security.loadPolicyFile('http://fbcdn-profile-a.akamaihd.net/crossdomain.xml');
Security.loadPolicyFile('http://fbcdn-sphotos-a.akamaihd.net/crossdomain.xml');
Security.loadPolicyFile('http://fbcdn-photos-a.akamaihd.net/crossdomain.xml');
The following file no longer exists:
ReplyDeletehttp://fbcdn-sphotos-a.akamaihd.net/crossdomain.xml