Hello: I am trying to use the JavaScript library timeline from SIMILE. So far I have gotten my timeline to work if the data comes from a XML file.
Timeline.loadXML("example.xml", function(xml, url) { eventSource.loadXML(xml, url); });
However, I want to get data from a JSON file instead of an XML file.
Thanks a lot for your help. PS: I am still a rookie in javascript