Hi Amit,

You're missing "bandInfos" in the call Timeline.create. That is,

    tl = Timeline.create(document.getElementById("tl"), 
Timeline.HORIZONTAL);

should be

    tl = Timeline.create(document.getElementById("tl"), bandInfos, 
Timeline.HORIZONTAL);

David

Amit Kothari wrote:
> Hi folks
>
> I have this XML source:
> http://quotationsbook.com/assets/xml/latestnews_processed.xml
>
> being used here:
> http://quotationsbook.com/news
>
> I'm wondering if it's not working because of the date variable and the 
> format of the time (BST/GMT)? 
>             var date = "Sun Oct 7 2007 18:24:43 BST+0100";
>
> I'm puzzled as to what I'm missing here for this to display item bubbles.
>
> Thanks in advance
> A timeline newbie
>
> Amit
> ------------------------------------------------------------------------
>
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general
>   

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to