So I'm trying to run the timeline completely local.
So far I got every file running local, but the only problem is is that
it errors on loading the actuall XML files (i'm using 5 different xml
files to populate 5 different timelines like the religions.html
example.)
Is there a way to set the data local too, so that I wont need any
local server like MAMP, XAMP or whatnot.
I've read the loading JSON inline example:
http://code.google.com/p/simile-widgets/source/browse/timeline/trunk/src/webapp/examples/test_example3/test_example3.html
But somehow this wont work either it keeps giving me this error:
Unsafe JavaScript attempt to access frame with URL chrome://chromewebdata/
from frame with URL file://localhost/Sites/timeline/index.html.
Domains, protocols and ports must match.
Can somebody please help me?