• Here is the URL where the problem is appearing: https://groceryschool.com/

    Using Firefox 3 and Opera 9.51, after clicking on the ShareThis link under the first post and bringing up its dialog, the flash video disappears. When the dialog is closed, the video reappears.

    This problem doesn’t happen in IE6, IE7 or Safari 3.1.2.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Steve,

    ShareThis disables flash objects on the page to keep them from bleeding thru our widget’s iframe which in some cases will render it unusable. You can turn this disabling off with the “embeds” API option. Append “&embeds=true” to the end of your widget query string.

    However, doing this will run the risk I mentioned earlier. You can either be sure to position the ShareThis widget away from any flash objects or choose to have it load in a new popup window. Append “&popup=true” to enable this feature.

    You can find more answers to questions involving ShareThis on https://suppport.sharethis.com/ and https://forums.sharethis.com . Also feel free to shoot an email to [email protected] for more direct support.

    Thanks for using ShareThis!

    Cheers,

    Jeremy Bock
    Product Support Engineer
    ShareThis, Inc.

    Thread Starter stevemagruder

    (@stevemagruder)

    Thanks Jeremy. I’m not sure what risk you are referring to, but this change is working for me.

    Regards,
    Steve

    Thread Starter stevemagruder

    (@stevemagruder)

    Here’s a fix for when the ShareThis pop-over (with the embed=true) gets cut off by a flash video:

    The video object code needs to be specified with the following additions:

    1) Add a param tag to the object: <param name=”wmode” value=”transparent” />
    2) Add an attribute to the embed tag: wmode=”transparent”

    This works for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ShareThis dialog makes flash video disappear when it’s open’ is closed to new replies.