Posted on January 20, 2010, 8:31 am, by Daniel, under
actionscript.
Twitter has different crossdomain.xml policy files for the root domain and the ‘search’ subdomain. This is great news for Flash developers wanting to use their data. http://twitter.com/crossdomain.xml http://search.twitter.com/crossdomain.xml
Posted on December 9, 2009, 9:20 am, by Daniel, under
actionscript.
Here is a great post about how to make sure your XML loaded over HTTPS in Internet Explorer doesn’t fall victim to a nasty bug. If you’re getting Sandbox Security errors but your crossdomain.xml file is set up correctly then you might need to alter the header values in your server response. This really is [...]