Results 1 to 3 of 3

Thread: Image w/ description tooltip OVER flash?

  1. #1
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image w/ description tooltip OVER flash?

    So, I'm using this script:

    http://www.dynamicdrive.com/dynamici...agetooltip.htm

    And I'm wondering if there's a way to get the tooltip image thingy to display over a nearby flash element... Right now, the Image w/description tooltip displays UNDER the flash movie.

    I know one solution is to have the location of the tooltip move so it's not near the Flash, but I'd really like to find a way to have it appear on a layer above the flash.

    Thanks

    Joe

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Follow the detailed information at:

    http://www.macromedia.com/cfusion/kn...fm?id=tn_14201

    Or, if this short version (good in most cases) fixes it, so much the better! Add in this language to your object/embed tag:

    Add the following parameter to the OBJECT tag:

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

    Add the following attribute to the EMBED tag:

    wmode="transparent"
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    May 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    HECK YEA, MAN!!!

    Thanks. I always thought the windowmode parameter was used for fullscreen goodness, but this works great. Thanks for taking the time to post.

    Have a great week.

    Joe

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •