Hi,
I get a Permission Denied error when the timline tries to fetch data
from the XML file.
SimileAjax.XmlHttp.get=function(B,D,C){var
A=SimileAjax.XmlHttp._createRequest();
A.open("GET",B,true); //*******ERROR AT THIS POINT **********////
A.onreadystatechange=function()
{SimileAjax.XmlHttp._onReadyStateChange(A,D,C);
};
This is possibly because the .html page that hosts the timeline is on
one server while the XML is on a different server.
What can be done to get around this issue?
I am not allowed to change the http header on the servers.
Thanks,
Yash
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en.