Skip to content Skip to sidebar Skip to footer

Jquery File Does Not Work Outside Of Domain (crossdomain.xml)

I have read through numerous questions posted here about jquery and cross-domain implementation. What I am about to ask I believe is illegal but... Background: I 'downloaded' (ripp

Solution 1:

First: crossdomain.xml is only important for the FlashPlayer.

Second: The jQuery file you downloaded probably wasn't the one you get from the jQuery website. It is easy add a check for the current domain in JavaScript. If the domain does not match, the JavaScript will change the location of the current window, which is very very easy (window.location)

Post a Comment for "Jquery File Does Not Work Outside Of Domain (crossdomain.xml)"