Herb,

Just an under-educated guess here, but in the code you posted, I don't
see anyplace where the Timeline instance you've created with tl =
Timeline.create() is loaded with the contents of your eventSource. I
would have expected to see something like:

tl.loadJSON("someReferenceToTheData.js", function(json, url) {
eventSource.loadJSON(json, url); })

Jon

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to