Crossdomain files need updating for Flash 9.0.124.0

Last post 07-10-2008 12:55 PM by arijacobs. 12 replies.
Page 1 of 1 (13 items)
Sort Posts: Previous Next
  • 05-20-2008 2:21 PM

    Crossdomain files need updating for Flash 9.0.124.0

    Hi,

    I'm running into problems creating SOAP requests from the latest flash player, I think you need to update your crossdomain files on all nodes.

    I'm getting http channel.security.errors when we try to do soap requests, (the old 9.115.0 player was fine), I think you now need to add:


    More Details:
    http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_07.html And: http://www.google.com/translate?u=http%3A%2F%2Fgroups.google.com%2Fgroup%2Fmadeinflex%2Fbrowse_thread%2Fthread%2Fca584e0b1989edc6%3Ffwc%3D1&hl=en&ie=UTF8&sl=es&sl=es&tl=en&tl=en

    Let me know if there is something else I can do if you cant do this.

    Anthony
    Filed under:
  • 05-20-2008 2:24 PM In reply to

    Re: Crossdomain files need updating for Flash 9.0.124.0

    Ok, cant post xml, I mean add:
    [allow-http-request-headers-from domain="*" headers="SOAPAction"/]
    (Replace the '[' & ']' with tags)See the second link for an example.
  • 05-20-2008 4:10 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 529

    Re: Crossdomain files need updating for Flash 9.0.124.0

    I will investigate this and see what we can do to get it working for the new flash version.

    Thank you for the heads up,
        Barry R.

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 06-18-2008 11:57 PM In reply to

    Re: Crossdomain files need updating for Flash 9.0.124.0

    I am having the same issue. I recently fixed this for another services based applicaction.  Its only 1 line of code, you can see the example that I made at the URL below. Simply need to tell the crossdomain to allow the soap headers. Please! I really need this for my first big commercial Nirvanix project!!!!

    allow-http-request-headers-from domain="*" headers="*" secure="true"

     http://210.193.213.33/crossdomain.xml

     

  • 06-19-2008 3:48 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 529

    Re: Crossdomain files need updating for Flash 9.0.124.0

    We are still discussing the impact of this change to existing customers and will do our best to get it setup as soon as possible.

    I will post when I have more information.

    Regards,
       Barry R.

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 06-24-2008 12:49 PM In reply to

    Re: Crossdomain files need updating for Flash 9.0.124.0

     One potential workaround if you don't want to edit the crossdomain file for all users, Flash can load a specific policy file. So, if you make a duplicate 'crossdomain_allow_http.xml' - then we can load that explicity and be able to communicate with the services again...

  • 06-24-2008 12:54 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 529

    Re: Crossdomain files need updating for Flash 9.0.124.0

     This looks like a great option to allow multiple versions of the crossdomain file.  I will test this today.

     Thanks,
        Barry R.

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 06-26-2008 12:03 AM In reply to

    Re: Crossdomain files need updating for Flash 9.0.124.0

    Any luck adding the new crossdomain file? I would love to test this ASAP to see if I can continue using this service for commercial projects...

  • 06-26-2008 5:23 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 529

    Re: Crossdomain files need updating for Flash 9.0.124.0

     I have had a chance to test it locally to verify it would not interfere with anything and would work.  Distribution of this file on to our servers is not a trivial process so this may take some time.  There is always the option of compiling to an older version in the mean time unless there is a specific flash call in the latest that is required.

    Regards,
         Barry R.

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 07-01-2008 8:12 AM In reply to

    Re: Crossdomain files need updating for Flash 9.0.124.0

    Hi BarryR, could I pay cold hard cash to get this issue escalated?!? I know its not your fault that Adobe had to tighten restrictions, but all we really need is a file in the root somewhere that says SOAPactions from various domains are OK. Unfotunately I built a whole CMS around this for a big corporate, and am feeling pain as they want to launch... but, seriously, I would pay to get this resolved....

  • 07-02-2008 3:49 AM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 529

    Re: Crossdomain files need updating for Flash 9.0.124.0

     I have brought this up with the higher ups to get some additional priority (it was already fairly high priority).  I will keep you informed as to our progress getting the fix in place.

    Regards,
        Barry R.

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 07-09-2008 7:54 AM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 529

    Re: Crossdomain files need updating for Flash 9.0.124.0

     The new crossdomain.xml has been deployed.  Please verify this with the latest client and let me know if you have any futher issues.

     Regards,
        Barry R.

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 07-10-2008 12:55 PM In reply to

    Re: Crossdomain files need updating for Flash 9.0.124.0

    Wooho! back in business, thanks!

Page 1 of 1 (13 items)