A good example of that is in the religion timeline: http://simile.mit.edu/timeline/examples/religions/religions.html
Best regards,
João Miguel Neves
Sex, 2007-05-11 às 18:38 -0700, Fred Rowley escreveu:
> I'd like to develop a timeline such that each band represents a
> different actor, with its own set of events -- the idea being that
> instead of a band representing a different time scale, it represents a
> different actor in the same time scale.
>
> Perhaps there are multiple ways to accomplish this, but one thought I
> had was to create multiple timelines, then load each with different
> data sources -- like this in the OnLoad event:
>
> tl = Timeline.create(document.getElementById("my-timeline"),
> bandInfos);
> tl.loadXML("example2.xml", function(xml, url)
> { eventSource.loadXML(xml, url); });
>
> tl2 = Timeline.create(document.getElementById("my-timeline2"),
> bandInfos);
> tl2.loadXML("example1.xml", function(xml, url)
> { eventSource.loadXML(xml, url); });
>
> This doesn't work -- both divs get a timeline, but only the second
> gets loaded.
>
> Then I thought perhaps I could load different data into each band -
> but I'm not seeing a way to accomplish that.
>
> Anyone have any thoughts?
>
> thanks a lot - pretty cool timeline!
>
> Fred Rowley - Seattle
>
>
>
> ______________________________________________________________________
> Give spam the boot. Take control with tough spam protection
> in the all-new Yahoo! Mail Beta.
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general
signature.asc
Description: Esta é uma parte de mensagem assinada digitalmente
_______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
