Hi,
Can I load the xml file to the timeline from an external source?
I tested the timeline on my computer locally with
Timeline.loadXML("updates.xml", function(xml, url) {
eventSource.loadXML(xml, url); }); every thing was ok.
I want to put the timeline to my blogger so I modified the code a bit to
load the xml file from my school ftp.
Timeline.loadXML("http://xxx.xxx.xxx/~xxxx/updates.xml", function(xml,
url) { eventSource.loadXML(xml, url); });
But this time the events of the timeline don't show up. Is there anything I
did wrong?
Regards,
Robbie
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general