Facebook Flash app lessons…

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”);

Unknown's avatar

iOS development with Swift - book: https://manning.com/books/ios-development-with-swift video course: https://www.manning.com/livevideo/ios-development-with-swift-lv

Tagged with:
Posted in Flash

Leave a comment