Popular Posts

 
  • Free tools for Wordpress Backup
  • Security researcher Dan Kaminsky has delivered his much-anticipated report on the DNS flaw he discovered earlier this year
  • Flash Player 9 Update on Labs
  • New Media, Rich Media, and Jeff Gannon
  • The Best Headache Treatment Tips For You
  • Flash MX 2004 Game Programming: CD source
  • New Y! Maps Tiles: Topology and Typography
  • Self Improvement and Success
  • How to sleep better?
  • Medicinal uses of Onion:
  • - Sender: admin | Comments add

    If you send headers to a domain that does not match the domain where the SWF is hosted, you need update your crossdomain.xml file to allow them to continue to work with Flash Player 9.0.124.0. While this is discussed in the ADC pre-announcement, it could use a bit more detail. Flash Player support wrote a great technote on details of how to set up <allow-http-request-headers-from>.

    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403185

    One of the examples from the article is:

    <?xml version=1.0?>
    <!DOCTYPE cross-domain-policy SYSTEM http://www.adobe.com/xml/dtds/cross-domain-policy.dtd>
    <cross-domain-policy>

    <! This domain can accept a MyHeader header from a SWF file on www.example.com >
    <allow-http-request-headers-from domain=www.example.com headers=MyHeader/>

    </cross-domain-policy>

    Also, it is worth reiterating that the new header crossdomain syntax is required for both send and sendAndLoad network APIs. For network requests without additional headers, traditional crossdomain syntax and behavior continues.

    - Sender: admin | Comments add

    Ive seen some blog posts about the Mac uninstaller for Flash Player that is currently on Adobe Labs. Yep, it was BIIIIG (almost 40MB). There was a technical explanation for it, but lets just say its been worked around and the mac uninstaller is now much smaller (1.3MB).

    The reason I am blogging about this at all is because I was surprised by some other comments related to it. There were some fears that we might require an uninstaller when we ship the release version of Flash Player 10. I want to make sure people know that this would not be the case.
    Continue Reading »