Flash wmode=transparent double-click problem in IE

Hi,
I've discovered a strange problem with flash content using
wmode=transparent in IE - when someone double click the flash the
whole movie TURNS BLUE (!)
For example you can see this behaviour in action at
http://www.stella-artois.cz
- I implemented there IE active content fix (as described at
http://www.macromedia.com/go/7c29e252)
and ended up with this.
Well, as far as I can say there are people who double-click
on everything, so I'd really like to fix it.
Would anybody know how to do that?
Thanks a lot!

Sometimes it is just a trial and error.  The main thing is since I'm not working with your files, I have to mimic your scenario as best I can.  Make sure you give it exact positions when stacking actual videos or swf files to force them to overlap.  I tested this first with just a swf file and now the example is swapped to stack to youtube embeds as examples.
It really shouldn't matter if it is a dropdown or what type of activity, as long as you have the stacking correct.  You can also, generally set the one in back to opaque. I updated the code snippet because this one seemed to read better.
<html>
<head>
</head>
<body>
          <div id="background" style="position:absolute; left:0px; top:0px; z-index:-50">
          <iframe title="YouTube video player" frameborder="0" allowfullscreen="true" allowtransparency="true" width="650px" height="750px" src="http://www.youtube.com/embed/FOHJUrcVdJk?amp;wmode=transparent"></iframe>
          </div>
          <div id="myDiv" style="position:absolute; left:0px; top:0px; z-index:1000;">
          <iframe title="YouTube video player" frameborder="0" allowfullscreen="true" allowtransparency="true" width="500px" height="500px" src="http://www.youtube.com/embed/FOHJUrcVdJk?amp;wmode=transparent"></iframe>
</div>
<body>
</html>

Similar Messages

  • Google Voice Widget Not Working in Safari 5.1 which is Adobe flash wmode transparent based

    Google Voice Widget Not Working in Safari 5.1 which is Adobe flash with wmode transparent set. For that matter all flash text fields in Safari 5.1 are not working accross the web when wmode is set to transparent. This is a Safari bug! Other browsers work fine.
    Well after much research Adobe flash text field with wmode transparent set is not working in Safari 5.1 when any flash object has the wmode set to "transparent", or "opaque". The problem is many site must layer flash objects with html so the wmode transparent must be used.
    Affecting sites like BEST BUY, WALMART, CVS, STAPLES, Chechout their flash based weekly ads and find one that you need to update the quantity in the flash pop-up and the text field with keyboard strokes will not work. Flash text fields were all working fine until several month ago when Safari rolled out 5.1 working for Google Voice Flash based widget which uses the wmode transparent. HELP!
    John Hooper
    Techno Online Problem Solver
    http://www.johnrhooper.com

    All 3 examples seem to render just fine in IE and FF.
    See comparison photo:
    http://www.cidigitalmedia.com/web_devel/background.jpg
    If not working for you, try clearing your cache to remove any old, non working versions.
    Test on some other machine besides yours.
    Code looks fine and seems to work.
    Best wishes,
    Adninjastrator

  • Flash wmode="transparent" still not working in IE

    Hello there :),
    I read many threads about this OLD problem, but saw no real solution at all. The threads are mainly older.
    A drop down menu is always hidden by a flash movie in IE though wmode is set to transparent. In FF it works just fine!
    Has anyone in 2013 solved this problem regarding the IE?
    Thank you very much :).

    Sometimes it is just a trial and error.  The main thing is since I'm not working with your files, I have to mimic your scenario as best I can.  Make sure you give it exact positions when stacking actual videos or swf files to force them to overlap.  I tested this first with just a swf file and now the example is swapped to stack to youtube embeds as examples.
    It really shouldn't matter if it is a dropdown or what type of activity, as long as you have the stacking correct.  You can also, generally set the one in back to opaque. I updated the code snippet because this one seemed to read better.
    <html>
    <head>
    </head>
    <body>
              <div id="background" style="position:absolute; left:0px; top:0px; z-index:-50">
              <iframe title="YouTube video player" frameborder="0" allowfullscreen="true" allowtransparency="true" width="650px" height="750px" src="http://www.youtube.com/embed/FOHJUrcVdJk?amp;wmode=transparent"></iframe>
              </div>
              <div id="myDiv" style="position:absolute; left:0px; top:0px; z-index:1000;">
              <iframe title="YouTube video player" frameborder="0" allowfullscreen="true" allowtransparency="true" width="500px" height="500px" src="http://www.youtube.com/embed/FOHJUrcVdJk?amp;wmode=transparent"></iframe>
    </div>
    <body>
    </html>

  • AVL Double click Problem

    Dear Experts,
    I hv created an ALV report. when in double click on the record it take me to the required tcode (FB03).
    But the problem is ,it always display last record of internal table if I clicked on first record,
    Can any one suggest me something.
    Regards,
    Maverick

    Thanks for ur reply.
    I m using normal ALV. go through the following
    form display_all_item_alv.
    w_repid = sy-repid.
    perform update_catalog.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
       I_CALLBACK_PROGRAM                = w_repid
       I_CALLBACK_USER_COMMAND           = 'USER_COMMAND'
    *   I_CALLBACK_TOP_OF_PAGE            = 'TOP-OF-PAGE'
       IT_FIELDCAT                       = I_FCAT[]
       I_SAVE                             = 'X'
    * IMPORTING
    *   E_EXIT_CAUSED_BY_CALLER           =
    *   ES_EXIT_CAUSED_BY_USER            =
      TABLES
        T_OUTTAB                          = i_faglflexa_all
    * EXCEPTIONS
    *   PROGRAM_ERROR                     = 1
    *   OTHERS                            = 2
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endform.
    *       FORM USER_COMMAND                                          *
    *       --> R_UCOMM                                                *
    *       --> RS_SELFIELD                                            *
    form user_command using r_ucomm like sy-ucomm
                      rs_selfield TYPE slis_selfield.
      w_gjahr = p_gjahr.
      case r_ucomm.
         when '&IC1'.
            if r_open = 'X'.
              set parameter id 'BLN' field i_faglflexa_open-belnr.
            elseif r_clear = 'X'.
              set parameter id 'BLN' field i_faglflexa_clear-belnr.
            else.
              set parameter id 'BLN' field i_faglflexa_clear-belnr.
            endif.
          set parameter id 'BUK' field p_bukrs.
          set parameter id 'GJR' field w_gjahr.   "i_faglflexa_clear-gjahr.
          call transaction 'FB03' and skip first screen.
      endcase.
    endform.                    "user_command
    Regards,
    Maverick

  • Flash wmode="transparent" not working in IE

    For the life of me, I can't figure out how to make my swf transparent in IE. I've tested in Firefox, Opera, Safari, and Chrome on Windows 7 and it works fine, but in IE it is showing a black opaque background. I've seen the same issue on Safari on the Mac.
    I now have 3 different variations of the code on the page, all 3 variations being transparent in Firefox, Opera, Safari, and Chrome on Windows 7, and all 3 variations NOT being transparent in Internet Explorer.
    For 'attempt 2', I'm using swfobject which in theory should generate the correct code.
    Page link is http://www.bikramyogabrighton.com/index_test_swf.php
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <title>Test page</title>
    </head>
    <body style="background-color:#CC6633;">
        <!--
        ATTEMPT 1
        -->
        <object width="450" height="375">
            <param name="movie" value="flash/sun.swf">
            <param name="wmode" value="transparent" />
            <embed src="flash/sun.swf" width="450" height="375" wmode="transparent"/></embed>
        </object>
        <!--
        ATTEMPT 2
        -->
        <script type="text/javascript" src="/js/swfobject/swfobject.js"></script>
        <script type="text/javascript">
            swfobject.registerObject("myFlashSun", "10.3.0", "/js/swfobject/expressInstall.swf");
        </script>
        <div id="flashsun">
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="450" height="375" id="myFlashSun">
                <param name="movie" value="flash/sun.swf" />
                <param name="wmode" value="transparent" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="flash/sun.swf" width="450" height="375">
                    <param name="wmode" value="transparent" />
                </object>
                <!--<![endif]-->
            </object>
        </div>
        <!--
        ATTEMPT 3
        -->
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="450" height="375" id="navigation">
         <param name="wmode" value="transparent" />
         <param name="allowScriptAccess" value="sameDomain" />
         <param name="movie" value="flash/sun.swf" />
         <param name="quality" value="high" />
         <param name="bgcolor" value="#000000" />
         <embed src="flash/sun.swf" quality="high" bgcolor="#000000" width="450" height="375" name="start" allowscriptaccess="sameDomain" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>
    </body>
    </html>
    Any help much appreciated.

    All 3 examples seem to render just fine in IE and FF.
    See comparison photo:
    http://www.cidigitalmedia.com/web_devel/background.jpg
    If not working for you, try clearing your cache to remove any old, non working versions.
    Test on some other machine besides yours.
    Code looks fine and seems to work.
    Best wishes,
    Adninjastrator

  • ITunes double click problem (query bug)

    With the recent iTunes update 7.7.1(11), I noticed that when switching between iTunes (esp. when it is in the compact mode) and other apps, a single mouse click in iTunes is often interpreted as a double click. This leads to distress when I try to pause the current track as the double click action pauses the track then plays it.
    To relieve this symptom, I need to minimize iTunes and maximize it again.
    Anyone else out there with the same problem?
    (sorry about the double post - first time @ the discussion pages)

    i'm having this same problem, but the "auto" double-clicking happens in mac mail. i've checked mouse settings, i've rebooted, but nothing seems to help. whenever i switch into mail, my first click is always treated as a double-click. (very annoying, since it usually opens a message into an unwanted window.)
    another mouse-related problem: sometimes my mac seems to be swallowing mouse clicks. (not in mail, though! maybe that's where all those lost clicks are going! <g>) my mac acts as if i am clicking on a dead zone (that is, a region that doesn't accept clicks). i can click on the region all day (e.g. a tab in safari) and nothing will happen. if i, however, click on something else (even, say, just the background of a web page), the go back to the area that was dead moments before (that tab, e.g.), suddenly it accepts the click.
    any ideas?

  • Open Dialog double-clicking problems.

    Here's a head-scratcher...
    Recently in almost any Open Dialog box, when I double-click a folder on my server it will turn the arrow down and list the contents rather than opening that directory. Then when I save, it doesn't save it in the intended directory. Strange. I can't seem to figure out why.
    The real strange part is that it happens in all my non-Apple applications only (e.g. illustrator, bbedit, Word), but Apple apps behave normally (e.g. Preview, Safari). Also, it ONLY occurs when I try to access folders on my server (Linux using Clark Connect) where my HD and external HD behave perfectly fine.
    The other strange thing is I've tried this on another mac on the network and my PowerBook, but, surprise, it all works fine on those machines -- so it's just my G5. I tried trashing finder pref but no joy.
    I can work around this by doing a lot of command-downarrow's in those dialog boxes, but I'd prefer to have it the way it was
    Can anyone shed some light on this strange phenomenon? I can't find any threads anywhere that has this same problem. Thanks in advance.
    G5 Tower Dual 2.5   Mac OS X (10.4.8)  

    Huh.
    I've recently started having the same mysterious annoyance. Except the afflicted folders are on an external (firewire) drive, not a server...
    Similarly, it's not occurring with Apple apps, as far as I know.
    What's perhaps oddest of all, some folders on this volume are functioning normally, while others aren't.
    I had been using Default Folder X, but this happens even when that's disabled, erased, freshly installed, etc. In certain apps, clicking on the current folder name in the open/save dialog initiates a crash (seems related to the interface itself).
    I've repaired the disk, permissions, trashed all related preferences, etc. Everything checked out okay.
    One final clue, perhaps related or not: I've been finding duplicated folder names nested in the 'Volumes' path subordinate to my primary disk. These are probably supposed to be hidden. But I haven't deleted or otherwise tinkered with them. They do not contain the identical items of the 'real' volume (much fewer folders, documents, etc.) but there they are, acting somewhat like imposters.
    Like ookla says, a head-scratcher. I'm gonna upgrade to latest flava of OS and see if it helps; I'll let y'all know.
    Good luck!
    G4 Powerbook, G4 Tower   Mac OS X (10.4.3)  

  • Configuring KDE (aterm transparency/double-click opening)

    I had fluxbox working and setup so aterm was pinned and transparent to look like it's part of the desktop. I recently decided to try out kde and wanted to do the same thing, but it opens with a black background instead of transparent. I can set  it to other colors though. I was curious if anyone else has experienced this and knew how to solve it.
    I'd be open to using other terminals, though I haven't been quite been satisifed with other ones I've tried. Konsole and Eterm almost work. Konsole leaves a small white line around the outline, even when I used the KDE menu to configure it to have no window border, that just removes the window decorations. Eterm also leaves a grey menu on top, which I'd prefer not to have, but didn't see an option to turn this off, though I'll admit I haven't looked too hard. I did get gnome-terminal to look the way I want, but it seems like running that probably loads more than I'd really like it to if I'm running KDE.
    Also while I'm posting, I thought I'd ask a probably simple question. I want to change the setting so double-clicking opens directories instead of single clicking. I remember from when I tested out knoppix when I first started there was an obvious place, but I can't seem to find it in the new version. There was a wizard when I first started KDE that let me choose, but I deleted it from the menu, and now can't seem to find it again.

    mcmillan wrote:I had fluxbox working and setup so aterm was pinned and transparent to look like it's part of the desktop. I recently decided to try out kde and wanted to do the same thing, but it opens with a black background instead of transparent. I can set  it to other colors though. I was curious if anyone else has experienced this and knew how to solve it.
    You didn't mention your previous method so I'm not sure how to try and duplicate your issue. I've never desired to eliminate the borders, but something like this should get you transparency (just advance the trailing number to increase transparency):
    $ aterm -tr -sh 70
    mcmillan wrote:Also while I'm posting, I thought I'd ask a probably simple question. I want to change the setting so double-clicking opens directories instead of single clicking.
    KDE Contol Center > Peripherals > Mouse > General

  • Double click problem in Premiere CS4

    I can’t open my projects by double clicking on the projectname.proj
    Project name icon is missing and when I try to right click/open in and select Premiere it says:
    This is not windows valid Win32 program ( OS = Windows XP SP3)
    When I go to START / Premiere Pro SC4 and load Premiere first and then navigate to projectname.proj (The icon is still missing) the projects loads up nicely and everything is working just fine.
    I installed Premiere Pro CS on another PC where OS = Vista Business Edition using where same installation disc (I don’t know if this is legal but I had to try it) and there was not any problems at all.
    I just can’t use this PC because it was my wife’s and it took all the space on her hard disc so I must to remove it.
    sikter

    Hello again!
    I was ignoring this particular problem for a while but I did have some project loading issue from time to time.
    So I went to control panel\folder alternatives again and selected "advanced settings".
    There is an option to add new file type and make its path to the right "exe-file"
    I have tried it before but this time I noticed that I wrote command "OPEN" in the field where I was supposed to type what kind action system will perform.
    I tried "LOAD" and problem was still there. Then I realized how stupid I was:
    My OS is not in English but in Norwegian. I typed "Åpen" and almost immediately all my icons turned to pink.
    It was an extraordinary experience. Like in those chick movies
    I never experienced any bug-related problems after that.
    Hope this thread will help someone in the future.
    All credits to Mr. Hunt
    Best regards
    sikter

  • Double click problem in iTunes (query bug)

    With the recent iTunes update 7.7.1(11), I noticed that when switching between iTunes (esp. when it is in the compact mode) and other apps, a single mouse click in iTunes is often interpreted as a double click. This leads to distress when I try to pause the current track as the double click action pauses the track then plays it.
    To relieve this symptom, I need to minimize iTunes and maximize it again.
    Anyone else out there with the same problem?

    Hi,
    transaction VA23 is for Quotations..
    so in your select query write...
    select  vbeln
             erdat ........
              from vbak into corresponding fields of table <table name>
              *where vbtyp eq 'B'*. (Document type for Quotation)
    Then it works.
    Regards,
    Sathish Reddy.

  • Flash Panels and double clicking with a stylus

    Many Flash panels are hard to use with a stylus because of the non-standard way double clicking is implemented.
    For example, when double clicking a color in the Kuler panel to set it as the active color, it requires both clicks to be on exactly the same pixel. When using a stylus, it is likely to move a pixel or two between clicks.  The Wacom driver allows the user to set a double click distance, but it is ignored in Flash.

    For example, when double clicking a color in the Kuler panel to set it as [Photoshop's] active color, it requires both clicks to be on exactly the same pixel.
    I want to load the color into Photoshop's foreground color..
    Another example:  In Mini Bridge, double clicking is used to open a folder that is in the content pane.
    I can work around these issues, but they shouldn't be there.

  • Erratic mouse double-click problem (OS or Motherboard?)

    I have a MacBook
    MacBook4,1 / Intel Core 2 Duo  2,4 GHz (2Gb RAM)
    I have two mice: Microsoft Wireless Mobile Mouse 3000 v2.0 (bough lately) and a Logitech M-BT-96a (simple 2 buttons with wheel)
    I don't know if it is after upgrading to Snow Leopard (10.6.8) but one or the other are causing unwanted double-clicks!
    I downloaded Lion but didn't install yet.
    The trackpad act also funny especialy with touching to create clicks and double-clicks. I tough first it was because I press to heavely on each side of the trackpad… I changed my position: Same thing.
    I have two USB hubs daisy chained. Even when I'm unplugging them… It does the same thing.
    Thanks for your help

    As best as I can recall, my original eMac mouse lasted maybe a year before both the mouse tracking and the button contact switch began to act erratically. The button contact can wear out. If you still have your original eMac mouse, you've done an amazing job of treating it gently (maybe you can give me lessons --- I end up replacing mice every 2 years or so!).
    Can you try another USB mouse? Any third-party three button USB mouse will work as a basic three-button mouse without needing any additional software to be loaded; e.g., the Logitech Prefernce Pane offers more control over features of their mice, but you can do without it and just plug the mouse in.

  • Double-click problem on JList items

    I wrote codes in double-click function on JList selected items and used the codes below (the same as those in the Java1.3 document).But I find sometimes the code can't catch the mouseClicked event and do nothing at all. Is there any other trick to implement the function properly? Thanks a lot!
    final JList list = new JList(dataModel);
    MouseListener mouseListener = new MouseAdapter() {
    public void mouseClicked(MouseEvent e) {
    if (e.getClickCount() == 2) {
    int index = list.locationToIndex(e.getPoint());
    System.out.println("Double clicked on Item " + index);
    list.addMouseListener(mouseListener);

    Hi Amjad,
    instead of adding the doubleclick-event on every list item, you can just check which item was clicked in the dobuleclick-event of the list-box.
    In the mentioned example, you can replace the ondblclick listener with the following:
    oSimpleListBox.ondblclick = function(e){
       alert(e.target.innerHTML)
    This will output the text of the clicked list item
    Greets,
    ben

  • Double click problem

    Hi all,
    I've got a problem using JSF (myfaces) and command links. When link is clicked several times quickly, the same page is shown and no response is genered. I think that exception is thrown during subsequent requests to same link, is there a way to ignore all clicks on same link after user clicks at the first time?
    This has been probably already discussed, are there easy solutions?
    Thanks,
    Andrey.

    Since the last post, I've run hardware test and came up with no problems. I also used another mouse with no difference in response. It does work with control click though. Re-installing Leopard.
    Gary

  • Problem w/"combo boxes" cause the user to double click for the dropdown menu, but not for everyone.

    I have created a form with Adobe Acrobad Pro 9.
    There are a few "drop-down" boxes for people to choose options from.  I created them with the "Combo box" option.  They work perfectly fine on my laptop (Lenovo T500 windows 7, with all updates up to date.)  I sent the file to another exact same computer and that's when the problem came up.  When you click on the drop-down, the list will quickly appear and then disappear.  Then if you click it again it will stay open so you can choose your option.  However this only happens on "some" computers but not everyone's.  I emailed the exact same form out to other people in my office and they do not have any problems with the form.  There is no need to double click the drop down, it will just open up properly for them.
    Has anyone come across this? And if so, is there maybe a setting on these specific laptops that is preventing the "combo box" to not work properly?  I need to use this specific laptop as a "Kiosk" like a "check out" station for users to fill out the form to check out equipment.  I will be running in Reader so people can not make changes to the form.  (both the Acrobat Pro 9 version and the (most up to date) Reader version of the PDF form does the same "double-click" problem)  I need a date drop down and an equipment type drop down.
    Any suggestions would be greatly appreciated !
    Thanks !

    I've got this kind of problem with a form of mine (designed with LCD) :
    - combo boxes with font-color changing event handlers on :enter
    - on Acrobat 9 Pro : no problem
    - on Reader 8.3 :
          - first click seems to execute the event handler but stops the combo's opening
          - second click does open the combo
    Do you have event handlers on combo:enter ?
    Could the difference between comps where it works and comps where it doesn't be Acrobat's version ?

Maybe you are looking for

  • Retrieving cursor from a stored procedure

    Hi, Is there any means to retrieve a cursor from a stored procedure using java.sql.* package, without using database specific type code like OracleTypes.CURSOR? Regards, Shalin.

  • IPod Touch not being recognised in Windows XP or iTunes - HELP!!!!!

    Hi. I have just bought a 16gb iPod Touch which I am trying to use on Windows XP. When I connect the iPod to my PC it brings up the 'Found New Hardware Wizard' but does not open up iTunes. On the Hardware Wizard it trys to search for the driver but ca

  • Small Office Recommendation

    Hi Experts, May I ask for your recmmendation, on what type of equipment should I use in a Small Office probably around 50-100 users. Feature sets that I would want are: VPN - 5 VPN Peers for L2L connectivity and 50 SSL VPN connections, Firewall, Acti

  • Codedui & Selenium issues

    VS2013 update 4, Firefox browser34.05, Chrome browser 39.0, IE11, Win8.1, .net framework 4.5 MS Cross browser testing setup for Selenium_dotnet 2.4, Chrome driver 2.10, Components copied to VSTT folder, Running the following: BrowserWindow.CurrentBro

  • Popup problems on IE and Safari-I want my Power Bars. ;)

    Hello All, Trekbikes.com have an online scratch and win game and I have won power bars. I know, not much to brag about, but for some reason, the "winner's window" won't pop up automatically. Plus, when I click on the manual link, it leads me to their