I am able to use simile timeline with json file using…
tl.loadJSON("/files/trial.js", function(json, url) { eventSource.loadJSON(json, url); });
I would like to connect it json output.
tl.loadJSON("http://mywebsite.com/events/json/", function(json, url) { eventSource.loadJSON(json, url); });
I am also having trouble adding events manually.
I appreciate any help.
This should be a complete working example of adding an event: