Florian,

The bubble favors the top position if there is space at the top. You can 
change this behavior by overriding the function 
Timeline.Graphics.createBubbleForPoint in
    http://simile.mit.edu/timeline/api/scripts/util/graphics.js
(inside your own code). So, somewhere in your code (which should be 
after your reference to timeline-api.js), copy that function as-is. Then 
you should look inside that code to see the four cases: top, bottom, 
left, right. Eliminate all except for the bottom case.

Hope that helps,

David

Florian Fangohr wrote:
> Hello all,
>
> Thanks for all the hard work. 
>
> I am new to timeline and have an issue with spawning speech bubbles 
> overlapping flash content which causes redraw glitches, so I am 
> looking to have the bubbles point up from below the timeline. Is there 
> a way to have the bubbles point up instead of down (without hosting 
> the API on our site)?
>
> Current situation: 
> http://fangohr.com/indexTimeline.html
>
> Any help is highly appreciated!
>
> Thank you very much,
>
>
> Florian
>
>
>
>
>
>
> •
>
> honest communications 
> for a better tomorroh
>
> http://fangohr.com
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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