Right, the value needs to be a Javascript Date object, not a string. --Mike
On May 24, 2012, at 3:34 PM, Steve Pai wrote: > Thanks for the response Mike! That worked. > > At first I was using this form for start/stop: > > theme.timeline_start = "Jan 1 2000 00:00:00 GMT"; > > Then switched to this per instructions in the wiki > > theme.timeline_start = new Date(Date.UTC(2000,01,01)); > > Both of which caused the issues I described previously. Should have just kept > it simple :) > > steve -- 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.
