This is a message.

Forum user: username

Basic information

Registered Jun 17, 2009
Last login Jun 19, 2009
Forum posts 3
Direct URL http://www.flowplayer.org/forum/users/11945

Latest forum posts

Posts:

Registered:

» .expose() does not work in safari

Posted: Jun 19, 2009

Still broken.

Posts:

Registered:

» .expose() does not work in safari

Posted: Jun 17, 2009

Same issue occures in IE.

Posts:

Registered:

.expose() does not work in safari

Posted: Jun 17, 2009

I have set up .expose() on a <tr>. It works perfectly in firefox. But in Safari the content goes behind expose.

My constructor:

$tr2 = $('tr:nth-child(2)', $self).css({background:'white'});
expose = $tr2.expose({api: true, color:'#000'});
expose.load();