Why can my widget load data, like an RSS feed, from a different domain?
If your widget is a Flash widget that is attempting to load data from a different domain than the one it was served from, you’ll need to deploy a crossdomain.xml file on the server that has the data. This is a standard Flash implementation requirement, you can read more about it in the Adobe documentation. …