Error on loading crossdomain.xml over in IE

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Error on loading crossdomain.xml over in IE

    The flash movie in my server ([url]www.mydomain.com[/url]) is trying to access data from a
    different domain ([url]www.otherdomain.com[/url]). I've placed the crossdomain.xml in the
    webroot of the otherdomain.
    I am getting flash error on accessing the data from otherdomain. When I
    tracked the HTTP request sent, it shows only one request with URL:
    [url]https://www.otherdomain.xml/crossdomain.xml[/url] and Result:
    INET_E_SECURITY_PROBLEM.
    Its clear from this result that IE is not able to load crossdomain.xml file
    from otherdomain.
    The same application works in Mozilla Firefox and failing in IE6.

    Can anyone give me reason for this error in IE and solution?

    jkannur Guest

  2. Similar Questions and Discussions

    1. Crossdomain.xml under new security model
      I was informed that an old web site a vendor developed for us was no longer working. After some digging I discovered the problem is related to the...
    2. Flex crossdomain issue
      I am working on building a very simple RSS reader for a website I am working on. I am able to get the RSS feed into my Flex project fine and the...
    3. crossdomain question
      I am trying to consume a web service on another domain. My mxml is something like this: <mx:WebService id="ws" useProxy="false"...
    4. crossdomain policy how do i do that?
      Hi guys, Never had to do this before so i am a bit stuck swf and html page are on server A and the php script on server B How do i make it...
    5. crossdomain.xml
      Not sure where to post so please move if best elsewhere... SCENARIO: sensitive secure data being called from flash that is being hosted on...
  3. #2

    Default Re: Error on loading crossdomain.xml over in IE

    https vs http?
    MotionMaker Guest

  4. #3

    Default Re: Error on loading crossdomain.xml over in IE

    The application is trying to load crossdomain.xml over HTTPS.
    IE version is 6 and Flash player version is 9.0.28

    jkannur Guest

  5. #4

    Default Re: Error on loading crossdomain.xml over in IE

    See if [url]http://www.adobe.com/devnet/flashplayer/articles/cross_domain_policy.html[/url] or [url]http://www.adobe.com/devnet/flashplayer/articles/flash_player_9_security.pdf[/url] are helpful.
    MotionMaker Guest

  6. #5

    Default Re: Error on loading crossdomain.xml over in IE

    Tried with IETab plugin (which embeds IE in Mozilla) in Mozilla. Still the same result. Now it is clear that it is something to do with IE.
    jkannur Guest

  7. #6

    Default Re: Error on loading crossdomain.xml over in IE

    Tried with IETab plugin (which embeds IE in Mozilla) in Mozilla. Still the same result. Now it is clear that it is something to do with IE.
    jkannur Guest

  8. #7

    Default Re: Error on loading crossdomain.xml over in IE

    Tried with IETab plugin (which embeds IE in Mozilla) in Mozilla. Still the same result. Now it is clear that it is something to do with IE.
    jkannur Guest

  9. #8

    Default RE: Error on loading crossdomain.xml over in IE

    up !

    I've the same problem, is there any solution

    From [url]http://www.developmentnow.com/g/70_2007_3_0_0_945377/Error-on-loading-crossdomain-xml-over-in-IE.ht[/url]

    Posted via DevelopmentNow.com Group
    [url]http://www.developmentnow.com[/url]
    Revolution Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139