Results 1 to 2 of 2

Thread: Sticky Note showing up behind flash object

  1. #1
    Join Date
    Aug 2006
    Posts
    27
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Sticky Note showing up behind flash object

    1) Script Title: Sticky Note

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...stickynote.htm

    3) Describe problem:

    I'm using the sticky note on a page that also has a flash video presentation embedded. The problem is that in Internet Explorer, the sticky note pops up behind the video rather than in front. In firefox it shows up in front. You can view the popup here:

    www.musclegaintruth.com/index-popup.html


    Thanks,

    Sean

  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

    You need wmode transparent. You already have it for both the object and the embed tag in your noscript version. For the scripted:

    Code:
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','641','height','401','src','MGT-New','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','MGT-New' ); //end AC code
    add 'wmode','transparent',:

    Code:
    AC_FL_RunContent('wmode','transparent','codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','641','height','401','src','MGT-New','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','MGT-New' ); //end AC code
    - John
    ________________________

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

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    Seannal (07-13-2010)

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
  •