Question
load facebook profile picture problem
HI i have made a game, I can see facebook profile pictire while render fla through flash, but swf is not showing picture while run through html.
I have also added these lines
| Security.loadPolicyFile("http://api.facebook.com/crossdomain.xml"); | |||
| Security.allowDomain("*"); | |||
| Security.allowInsecureDomain("*"); |
but still facebook picture is not loading in HTML.