I have recently been building an overlay system for a display in my lobby. I am using the embed tag as follows:
<embed src="flatly.theme/index.html" style="width:237px;height:344px;left:0px;top:0px;z-index:1;position:absolute;">
this is the error I have been getting:
[Error] XMLHttpRequest cannot load http://xml.weather.yahoo.com/forecastrss/CAXX0504.xml. Origin null is not allowed by Access-Control-Allow-Origin. (index.html, line 0)
If someone could explain to me why this is happening and how I can make it run fluently again, it would be great.
Thanks in advance
Brett