Been building a few Facebook Flash apps lately, and learnt some lessons on the way, some that didn’t appear to be in manuals, or are easy to skip over and then find yourself problem-solving…
- Your Flash object has to be set to wmode=transparent so that it plays nicely with z-indexes.
- If you’re loading images from Facebook, you need to load a security policy file. eg:
Security.loadPolicyFile(“https://graph.facebook.com/crossdomain.xml”);
Leave a Reply