• Hi all

    and thanx to Pascal for this plugin, it is exactly the one i need! But there is one problem: How can i prevent that all other flash contents (in the blog without shadowbox) disappear behind the shadowbox when a flash content is called within the shadowbox. As soon as the shadowbox will be closed, all other flash snippeds are then visible again.
    It would be very important for my design, that all flash’s are always visible, even under a grey tone with 85% opacity…

    Many thanks

    PS I’m using WP 2.6 and the K2 Theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • For me, I cannot help at design issues, sorry. I encounter the same behavior (other flash disappears), but don’t know how to prevent/solve this…

    Actually, it sounds like ShadowBox is working properly as the CSS that is used with the Javascript call is by default grey.

    You might want to go over the plugin’s CSS and see if you cannot set the backgrounds to a value of “transparent”

    Simple Example:

    .pb_background {
    background: transparent;
    }

    If you could give us a URL, it might be easier to see how the other Flash elements on the page are disappearing.

    As said before, I got the same “issue”(?) on my blog. If you open a Shadowbox (no matter what content), all <object>s disappear until you close the Shadowbox.

    I think it’s because the browsers cannot apply the transparency onto the objects/flashs. So you need to remove the transparency/opacity completely from the CSS to have the other objects shown.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: pb-embedFlash] Flash content disappears behind Shadowbox’ is closed to new replies.