[Pro] Multimedia in Carousel Pane

I’m using sliding Carousel (Action) panes in a page with a small MP4 movie as part of the content in one of the panes.

Problem is the content of this movie is visible on top of my page before the pane loads (the rest of the pane content is hidden OK). Is there a fix for this.

Regards

Trev


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No, not that I’m aware of. The problem is that plug-ins reserve a space for themselves on the page, and HTML doesn’t have any control over that space.

Carousel works by setting overflow:hidden on a small HTML box, then stuffing a much larger HTML box inside it. The smaller box acts like a window, showing only a slice of the larger inner content at a time. But overflow:hidden doesn’t have the mojo to hide QuickTime.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Walter

Time for a rethink!

Trev


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options