• I have a problem with this plugin. The problem is, that the embedded flash no longer appears under my DHTML-menu.(it worked before I updated wordpress and embedFlash)

    I am embedding the swf with this string:

    [flash url_to.swf w=715 h=200 p={wmode;transparent}]

    This produces something like this in the html:

    <object type=”application/x-shockwave-flash” data=”url_to.swf” width=”715″ height=”200″ class=”embedflash”><param name=”movie” value=”url_to.swf” /><param name=”allowfullscreen” value=”true” /><param name=”allowscriptaccess” value=”always” /></object>

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thanks for the hint. There was some mismatch in the code with different variable names. Will be fixed with the next rc. Until then, you can download the updated inc.functions.php at http://dl.pascal-berkhahn.de :).

    Thread Starter carnevalle

    (@carnevalle)

    No problem with the hint, and thanks for the correction. 🙂

    The only problem I have now is that is says “Please don’t load this file directly.” when I try to download inc.functions.php.

    The badboy is the line in top:

    if (!function_exists(‘get_option’)) { echo “Please don’t load this file directly.”; exit; }

    It would be cool if you could zip it or rename it to txt 🙂

    Hmm that’s right. I thought that it sends the file at right click and “save target”… Next time xD.
    No matter, I’ll update the plugin within this hour.

    thank you very much for the code.

    Hi there – I am having a similar problem. I am using pb-embedflash and in Firefox, Safari the wmode is working (the javascript menu drops below it) but in IE it does not.

    http://www.scarlettpromotions.com/ILR/

    I’m using the object embed setting. Any suggestions on what I can do to fix this? Thanks!

    Please check your other post, thanks :).

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: pb-embedFlash] wmode = transparent’ is closed to new replies.