PDA

View Full Version : Facebook FBConnect.showFeedDialog showing behind youtube video


lasvegas
07-11-2009, 08:38 PM
Facebook Connect Great Job!!!!
Only issue so far, on some pages i only show a youtube video and when adding new comment as facebook user the FBConnect.showFeedDialog shows behind the youtube video like in the picture, how can this be solve?
Thanks a lot,

Micha
07-13-2009, 08:40 AM
I think that this has to do with the flash transparency.
Try following

Add
<param name="wmode" value="transparent" />
to your object tag

Also add wmode="transparent" in your embed tag.

This should fix the issue of modal box going under flash content.

lasvegas
07-14-2009, 02:54 AM
That fixed the problem.
Thanks so much