Ask questions and get good answers on jQuery

Hi, i'm trying to put on a video in the mbScrollable content, but it apears before I call it. How can I hidde it? tnks!

asked Oct 30 '09 at 17:40

mariana's gravatar image

mariana
132

edited Nov 12 '09 at 20:30

Pietro%20Polsinelli's gravatar image

Pietro Polsinelli ♦♦
407


If the problem is that the .swf is visible outside the overflowed visible area, that could be fixed by adding "wmode" transparent as param of the object and as attribute of the embed:

<param name="wmode" value="transparent" />

and

wmode="transparent"

If the problem is that the component start scrolling automatically, there's a "autoscroll" parameter that you should set to false.

I tested it with a vimeo video without overflow problems in FF 3.5, Opera 10.1, Safari & Chrome, IE8 and 7.

answered Oct 30 '09 at 18:48

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

it works fine! tnks!

(Oct 30 '09 at 19:35) mariana
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

Asked: Oct 30 '09 at 17:40

Seen: 534 times

Last updated: Nov 12 '09 at 20:30

Related questions

jQuery main site - Matteo Bicocchi