I have a local piece of hardware that I access via it\'s IP address to retrieve json data.
I am creating a web based app but it can not access the local json data when t
If your url looks something like this
http://
1) Import the libraries of flXHR
2) Simply create an instance of flXHR
3) Then assign it to jQuery Ajax options
$.ajaxSetup({
"xhr": myflXHRInstance
});
(more info in ajaxOptions page)
4)
Put crossdomain.xml in the root of your ip i.e.
http://
5) Enjoy your crossdomain requests via jQuery ))
P.S. Requires the flash plugin to be installed. There are almost no browsers that do not have Flash player plugin installed. Riastats
EDIT: Sorry for russian link for crossdomain.xml.
Crossdomain.xml example