A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: crossdomain.xml

  1. #1
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016

    crossdomain.xml

    Hi, I have a file loading an xml file from

    http://www.ipoker.com/resources/networkinfo.xml

    My cross domain policy is set up on razormedia.co.uk like thus:

    HTML Code:
    <cross-domain-policy>
      <allow-access-from domain="www.ipoker.com" />
      <allow-access-from domain="www.ipoker.com/resources" />
    </cross-domain-policy>

    Now everything works fine locally but not on my site.

    why not?

    anyone?

  2. #2
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016

  3. #3
    Senior Member tupps's Avatar
    Join Date
    Jan 2001
    Location
    Melbourne
    Posts
    2,035
    Doesn't the crossdomain policy file have to be on the ipoker site? eg the ipoker site has to allow you access to there XML resources (or is it to early and I have everything backwards?)

    Also along the way this has got stricter in terms of exactly matching the urls, eg www.ipoker.com and ipoker.com were considered the same but they are no longer considered the same.

    Here is Colin Moocks info about cross domain policy files:

    http://moock.org/asdg/technotes/crossDomainPolicyFiles/

    Thanks

    Luke
    Flash-XML FAQ
    http://www.tupps.com/flash/faq/

  4. #4
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016
    sorted,
    thanks

  5. #5
    Junior Member
    Join Date
    Jul 2005
    Location
    Costa Rica
    Posts
    11
    you can us
    [as]
    <cross-domain-policy>
    <allow-access-from domain="www.ipoker.com" />
    <allow-access-from domain="www.ipoker.com/resources" />
    <allow-access-from domain="*" />
    </cross-domain-policy>
    [as]

  6. #6
    Junior Member
    Join Date
    Jul 2005
    Location
    Costa Rica
    Posts
    11
    sorry,

    <allow-access-from domain="*" />

  7. #7
    Moderator
    The Minister of No Crap

    Join Date
    Nov 2000
    Location
    Philadelphia
    Posts
    2,685
    You suck for doing poker sites. Please don't spam me.

  8. #8
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016
    Scott, don't make me send my meta crawler over to ruin your sites in google...

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center