var eventSource = new Timeline.DefaultEventSource();
 var myhash = new Object();

                      myhash.start = dateEvent;
                      myhash.instant = true;
                      myhash.text = "EASY!";

 var evt = new Timeline.DefaultEventSource.Event(myhash);


eventSource.add(evt);



On Oct 15, 8:46 pm, pepsipaul <[EMAIL PROTECTED]> wrote:
> well i fixed it, was just having one of those mornings where i couldnt
> see the problem even though it was staring me right in the face! Ill
> answer my own question incase of search bait.
>
> all you have to do is,
>
> // here just set the variable you want to. like image, text, start,
> end etc.... all the variables from the  sources.js
> Timeline.DefaultEventSource.Event
>
>                       myhash.start = dateEvent;
>                       myhash.instant = true;
>                       myhash.text = "EASY!";
>
>  var evt = new Timeline.DefaultEventSource.Event(myhash);
--~--~---------~--~----~------------~-------~--~----~
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