Allowfullscreen/wmode

Hi,
Is it possible to have allowfullscreen="true" AND
wmode="transparent" ?
When I try, fullscreen doesn't work anymore.
I need wmode="transparent" to display images thru lightbox js
above swf.
thx,
lea

"NutsyNalinda" <[email protected]> a
écrit dans le message de
news: fr7tga$34r$[email protected]..
> allowfullscreen & wmode="transparent" doesn't work
together with IE 6.0,
> fullscreen doesn't work
> anyone know why??
Update your Flash Player
"Full-screen mode was not originally supported if the wmode
is opaque or
transparent windowless, but it is now supported starting with
the latest
Flash Player 9 Update on Adobe Labs. If the user has multiple
monitors,
Flash Player uses a metric to determine the monitor that
contains the
greatest portion of the Flash movie and then goes full-screen
in that main
monitor."
http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode_print.html
lea

Similar Messages

  • Allowfullscreen &  wmode="transparent" doesn't work together

    allowfullscreen & wmode="transparent" doesn't work
    together with IE 6.0, fullscreen doesn't work
    anyone know why??

    "NutsyNalinda" <[email protected]> a
    écrit dans le message de
    news: fr7tga$34r$[email protected]..
    > allowfullscreen & wmode="transparent" doesn't work
    together with IE 6.0,
    > fullscreen doesn't work
    > anyone know why??
    Update your Flash Player
    "Full-screen mode was not originally supported if the wmode
    is opaque or
    transparent windowless, but it is now supported starting with
    the latest
    Flash Player 9 Update on Adobe Labs. If the user has multiple
    monitors,
    Flash Player uses a metric to determine the monitor that
    contains the
    greatest portion of the Flash movie and then goes full-screen
    in that main
    monitor."
    http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode_print.html
    lea

  • How to put drop down menu over iframe?

    I created drop down menu in A-Master with height 100 pixels.
    On a page which uses A-Master template I've put youtube video, example:
    <iframe width="1000" height="500" src="//www.youtube.com/embed/8eDuupJ9Uus" frameborder="0" allowfullscreen></iframe>
    and when I export HTML, Iframe video is over dropdown menu so I can't see this menu, iframe is on top of it, how can I place dropdown menu on top of this iframe?
    Tried to search whole internet with no good results, I have only found other people has same problem.
    ...and I have tried this "wmode="transparent" too:
    <iframe width="560" height="349"src="http://www.youtube.com/embed/rLVCjnEGrqQ?wmode=transparent"frameborder="0" allowfullscreen wmode="transparent"></iframe>
    was no good

    Your menu layer should be on top of everything!
    Regards,
    Frank

  • Ie9 flash object not showing when wmode is set

    I'm searching and searching but do not find any solution for this.
    We're having a flex web application that is working fine until now. We're using until recently the google maps flash api, unfortunately this is already deprecated and will disappear completely in september 2014. Therefor we moved the whole integration to the js v3 api, which is working fine. The whole thing is an overlay over the application, since everything is moved to js, I added the property wmode to the object in html and set it to opaque in order to be able to layer everything. It's working fine for most people, but some (including my boss) are seeing a blank screen. Seems that nothing happens (although the swf loads), and I can not figure out why. Same browser (ie 9 or 10), same flash player version (11.6.xxx). Browser cache cleared, flash player cache cleared...
    Somebody having a clue? Removing the wmode-property solves the issue, but then I'm not be able to get my map on top of the application.
    The swf is definetly loading since I see calls made to the server in order to login etc. It's also not a flash player issue. The swf-file is directly accessable and rendering if done so.
    Thanks
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <!--
    Smart developers always View Source.
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR.
    Learn more about Flex at http://flex.org
    // -->
    <head>
        <title>${title}</title>
        <meta name="google" value="notranslate" />  
        <meta http-equiv="X-UA-Compatible" content="IE=10; IE=9;"/>     
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
             the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
             the percentage of the height of its parent container, which has to be set explicitly.  Fix for
             Firefox 3.6 focus border issues.  Initially, don't display flashContent div so it won't show
             if JavaScript disabled.
        -->
        <style type="text/css" media="screen">
            html, body  { height:100%; }
            body { margin:0; padding:0; overflow:hidden; text-align:center;
                   background-color: ${bgcolor}; }  
            object:focus { outline:none; }
            #flashContent { display:none;}
        </style>
        <!-- Enable Browser History by replacing useBrowserHistory tokens with two hyphens -->
        <!-- BEGIN Browser History required section ${useBrowserHistory}>
        <link rel="stylesheet" type="text/css" href="history/history.css" />
        <script type="text/javascript" src="history/history.js"></script>
        <!${useBrowserHistory} END Browser History required section --> 
        <!--  BEGIN OogScreening -->
        <script src="PlusOptixSync.js" language="javascript"></script>
        <!--  END OogScreening -->
         <script language="javascript">
            function getEIDxml()
              var strXML = document.MirageApplet.readCardAsXMLString() + " ";
              return strXML;
            function setOuterSize()
                var nomWidth = 1280;
                var nomHeight = 800; // 786 viewable in fullscreen
                var actWidth = nomWidth;
                var actHeight = nomHeight + 150 - 30; // fullscreen change coeff (ruimte die we winnen door f11) - taakbalk
                window.resizeTo(actWidth, actHeight);
                //window.outerWidth = actWidth;
                //window.outerHeight = actHeight;
                //script die de F1 help functionaliteit van de browser afzet. Dit is nodig omdat IE de F1 functionaliteit van de flex applicatie onderdrukt
                document.onhelp=new Function("return false");
                window.onhelp=new Function("return false");
        </script>  
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
            // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection.
            var swfVersionStr = "${version_major}.${version_minor}.${version_revision}";
            // To use express install, set to playerProductInstall.swf, otherwise the empty string.
            var xiSwfUrlStr = "${expressInstallSwf}";
            var flashvars = {};
            var params = {};
            params.quality = "high";
            params.bgcolor = "${bgcolor}";
            params.allowscriptaccess = "sameDomain";
            params.allowfullscreen = "true";
            params.wmode = "transparent";
            var attributes = {};
            attributes.id = "${application}";
            attributes.name = "${application}";
            attributes.align = "middle";
            swfobject.embedSWF(
                "${swf}.swf", "flashContent",
                "${width}", "${height}",
                swfVersionStr, xiSwfUrlStr,
                flashvars, params, attributes);
            // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
            swfobject.createCSS("#flashContent", "display:block;text-align:left;");
        </script>
          <!-- Groeicurven 5.0 scripts -->
          <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
          <script src="http://code.highcharts.com/highcharts.js"></script>
          <script src="http://code.highcharts.com/modules/exporting.js"></script>
          <script type="text/javascript" src="../js/util/Namespace.js"></script> 
          <script type="text/javascript" src="../js/util/mirage-services.js"></script>
          <script type="text/javascript" src="../js/util/mirage-binding-utils.js"></script>
          <script type="text/javascript" src="../js/util/mirage-event-dispatcher.js"></script>
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-constants.js"></script>
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-theme.js"></script> 
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-config.js"></script>
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-factory.js"></script> 
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-zoomer.js"></script>
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-formatter.js"></script>      
          <script type="text/javascript" src="../js/util/groeicurven-highcharts-prototype.js"></script>
          <script type="text/javascript" src="../js/groeicurven-events.js"></script>             
          <script type="text/javascript" src="../js/groeicurven-controller.js"></script>
          <script type="text/javascript" src="../js/groeicurven-flex-bridge.js"></script>
          <script language="javascript">
                initGroeicurvenFlexBridge("${application}");
          </script>           
        <!--  BEGIN GoogleMaps -->
        <link rel="stylesheet" href="../css/google-maps.css">
        <script src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
        <script type="text/javascript" src="http://google-maps-utility-library-v3.googlecode.com/svn/trunk/styledmarker/src/StyledMarker.js"></script>
        <script type="text/javascript" src="../js/util/cvi_busy_lib.js"></script>
        <script type="text/javascript" src="../js/google-maps-events.js"></script>
        <script type="text/javascript" src="../js/google-maps-controller.js"></script>
        <script type="text/javascript" src="../js/google-maps-mediator.js"></script>
        <script language="javascript">
            function openMaps(data)
                document.getElementById('mapsContent').style.visibility ="visible";
                document.getElementById('optionsList').style.visibility ="visible";
                document.getElementById('activeCheckboxDiv').style.visibility ="visible";
                document.getElementById('mapsContent').style.zIndex = 100;
                onLoadHandler(data);
            function adresFoundHandler(marker, filtereEnabled){
                document.getElementById('mapsContent').style.visibility ="hidden";
                document.getElementById('optionsList').style.visibility ="hidden";
                document.getElementById('activeCheckboxDiv').style.visibility ="hidden";
                document.getElementById('activeCheckbox').style.visibility ="hidden";
                document.getElementById('mapsContent').style.zIndex = 0;
                clearLocations();
                ${application}.responseGoogleMaps(marker, filtereEnabled);
        </script>         
        <!--  END GoogleMaps -->   
    </head>
    <body scroll="no" onLoad="setOuterSize();">
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
             when JavaScript is disabled.
        -->
        <div id="flashContent">
            <p>
                To view this page ensure that Adobe Flash Player version
                ${version_major}.${version_minor}.${version_revision} or greater is installed.
            </p>
            <script type="text/javascript">
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
            </script>
        </div>
        <noscript>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="${width}" height="${height}" id="${application}">
                <param name="movie" value="${swf}.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="${bgcolor}" />
                <param name="allowScriptAccess" value="sameDomain" />
                <param name="allowFullScreen" value="true" />
                <param name="wmode" value="transparent" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="${swf}.swf" width="${width}" height="${height}">
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="${bgcolor}" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <param name="allowFullScreen" value="true" />
                <!--<![endif]-->
                <!--[if gte IE 6]>-->
                    <p>
                        Either scripts and active content are not permitted to run or Adobe Flash Player version
                        ${version_major}.${version_minor}.${version_revision} or greater is not installed.
                    </p>
                <!--<![endif]-->
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="get_flash_player.gif" alt="Get Adobe Flash Player" />
                    </a>
                <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
        </noscript> 
        <noscript>Your browser does not support JavaScript!</noscript>
        <applet
          id ="MirageApplet"
          codebase = "AppletLibs"
          archive  = "kg-eid-tools-2.6.jar,beidlib-1.1.jar,jdom-1.0.jar,joda-time-1.6.jar,commons-lang-2.4.jar"
          code     = "be.kg.mirage.MirageApplet.class"
          name     = "MirageApplet"
          hspace   = "0"
          vspace   = "0"
          style="width: 0px; height: 0px;">
            <param name="Reader" value="">
            <param name="OCSP" value="0">
            <param name="CRL" value="0">
            <param name="DisableWarning" value="true">
        </applet>
        <div id ="mapsContent">
            <h3 id="typeLabel">Google Maps</h3>
            <select id="optionsList"></select>
            <input id="searchInput" type="text"></input>
            <div id="activeCheckboxDiv">
                <input id="activeCheckbox" type="checkbox"></input>
                <label for="activeCheckbox">Toon enkel actieve locaties</label>
            </div>
            <button id="searchButton" type="button" class="secondElementButton">Zoeken</button>
            <button id="annuleerButton" type="button" class="annuleerButton">Annuleer</button>
            <ul id="locations" class="thirdElement"></ul>
            <div id="canvasMap"></div>
        </div>

    This means that the SWF is written so that it only works when
    embedded in a web page. When you add the SWF to the stage as a
    stand-alone display object using addChild() it is not being hosted
    in the web page.
    You have 2 options:
    1. Modify the SWF code (if possible) to remove the
    ExternalInterface requirement. You can write code in your AIR
    application javascript to subscribe directly to events from the SWF
    using addListener() and call functions directly on the SWF object
    (Flash/Actionscript is not my primary development environment... so
    if I have gotten the terminology wrong I apologize, but I HAVE
    written a flash application that worked as I describe). My SWF
    actually works embedded in HTML or not using the code "if
    (ExternalInterface.available) {
    ExternalInterface.addCallback("setIsPlaying", setIsPlaying ); }"
    2) Somehow add a HTMLLoader in a new child window (with
    transparent = false) to the stage as a new child. I have not yet
    figured out exactly how to do this, so If anyone can provide
    information on how to do this, I too would be appreciative.

  • WMode Transparent not displaying in Windows/Firefox

    Hello, I'm using Wordpress and a Wordpress flash plugin
    called Showtime Slideshow as the site's gallery. It works
    perfectly in the standard wmode=window setting in
    Firefox/Windows, but I have a dropdown menu that
    overlaps with the Flash. I was able to figure out the wmode
    needs to be opaque or transparent, but when I use those
    settings, nothing is displayed at all. It works fine in
    Windows/IE, Mac/IE and Mac/Firefox, so there is something
    in the code that Windows/Firefox doesn't like in this code
    (another Flash object from YouTube with wmode=transparent
    displays correctly).
    Here is the code that the plugin generates:
    <!-- generated by showtime WP plugin -->
    <script type='text/javascript'>
    var flashvars = {
    xml                : 'http://www.youtag.lu/youtagdesign/wp-content/plugins/showtime-slideshow/showtime/getxml.php?attr=id^433*source^medium*sourcehd^large*',
    width                : '674',
    height                : '448',
    classid           : 'st_0',
    rotationtime     : '5',
    transition          : 'SlideRight',
    transitiontime     : '1.5',
    transitionease     : 'BackEaseOut',
    autoplay          : '',
    showcontrols     : 'on',
    fullscreen          : 'on',
    showtext          : '',
    showalt               : 'on',
    shuffle               : '',
    scale               : 'noScale'              
    var params = {};
    params.allowFullScreen = 'true';
    params.bgcolor = '#EDEAE6';         
    params.quality = 'autohigh';         
    params.wmode = 'transparent';
    //params.base = 'dirname(__FILE__)';
    //params.allowScriptAccess = 'local';
    var attributes = {};
    attributes.styleclass = 'showtime';
    swfobject.embedSWF ('http://www.youtag.lu/youtagdesign/wp-content/plugins/showtime-slideshow/showtime/st15.swf', 'st_0', '674', '448', '10.0.0', 'http://www.youtag.lu/youtagdesign/wp-content/plugins/showtime-slideshow/showtime/swfobject/expressInstall.swf', flashvars, params, attributes);
    </script>
    [taken from the Showtime Slideshow demo page]
    Based on that code, can anyone see anything that
    would cause the whole slideshow to not display at all?    

    Bump. Could anyone take a look at the code?

  • Latest flash player, wmode GPU still not working in Safari

    Hi
    I have the latest flash player installed, (10.2.153.1) but when i use the parameter
    wmode=gpu
    in safari, nothing is displayed AT ALL. When right-clicking on the page, you only get the standard html options.
    When I remove the 'wmode' parameter, everything works fine.
    I have the latest version of safari. Everything works fine in other browsers (firefox, chrome).
    any ideas anyone???
    thanks!

    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>

  • 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>

  • 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>

  • How do i change the wmode to GPU for all flash?

    I was having lag issues for weeks now.. I started fiddling on the settings with a script called youtube center, I changed the wmode to GPU and the lag issues went away completely. The problem is... i need to do this to every flash video sites beause sites like twitch.tv still lag. Is there a way to change the default wmode to GPU?

    Try disabling hardware acceleration or updating your video drivers to see if that helps.
    How do I disable or enable hardware acceleration?

  • 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 with wmode="transparent" doesn't work with non-US keyboard (like FF)

    Safari has the same issue as FireFox (which they are finally fixing) :
    https://bugzilla.mozilla.org/show_bug.cgi?id=347185
    If you use Flash with wmode="transparent" then it treats all keyboards as if they are US keyboards.
    For example try G.ho.st http://G.ho.st/vc.html with a non-US keyboard

    I too am having issues. I am using Shockwave Flash 11.4.402.287 on Firefox 16.0.1. I am running on Windows 7 Enterprise. Disabling the plugin allows me to load pages quickly, but I am not able to view videos or play games. Firefox freezes upon loading a page that uses Flash. It remains frozen for an unacceptable length of time, then it will unfreeze on its own accord. The freeze affects the entire computer. I cannot interact with the desktop or the Windows start bar, and can only close Firefox by forcibly ending the "firefox.exe" process via Task Manager.
    This is not the first version of Firefox that has displayed this problem to me. Firefox 15 also froze upon using Flash.
    I had hoped that the latest Firefox update would solve this problem, but apparently not. Until then, I am forced to use Chrome, which is quite inconvenient for me as I am not at all familiar with that browser and am constantly clicking the settings button when I want to to go to my home page.
    These freezes are incredibly frustrating and annoying. If Mozilla wishes to build a better Internet, they should try to make their browser a program that doesn't tempt me towards rage-quitting YouTube.

  • Wmode mozilla links not clickable below swf

    I have a flash file overlapping the html. and wmode is
    transparent. the link belo wthe swf work fine in IE but not working
    in mozzila..what can be done

    >I have a flash file overlapping the html. and wmode is
    transparent.
    There's your main problem. wmode=transparent is incredibly
    buggy. It makes
    things seemingly unrelated to transparency fail.
    DO NOT USE IT !!
    Try wmode=opaque (its a little less buggy) or redesign so
    that you do not
    have your SWF over the top of (or underneath) other content.
    THAT is the
    best solution
    Jeckyl

  • How to deal with transparent Flash ? Does WMODE work ?

    I'm using LabVIEW 8.5.1 and i have an ActivX object with a flash movie into.
    I have a transparent background in my movie and wants it to work in LabVIEW.
    There is the methode wmode included in the object.  I set it to "transparent" like in a html webpage but i still get a white background.
    Does wmode works in LabVIEW ?
    Is there an other solution ?
    Thank you

    It may be that the OP wants the ActiveX control itself to be transparent, so that possible other LabVIEW controls beneath might show through. And I believe the ActiveX control does not support that in any way. Not even fully shure how that would work, but possibly ActiveX allows that option nowadays, but as said I don't think the LabVIEW container supports that.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Wmode="opaque" causes poor video playback in IE

    Hey all,
    Website in question: http://www.lavalleprinting.com/newweb/defaultsample.asp
    In building a new website for my company, I've created a page where javascript drop-down menus are intended to expand over/in front of a .flv video.
    wmode="opaque" or wmode="transparent" allow the menus to appear on top of the video, but cause rough playback in all versions of IE.  All other major browsers play smoothly.
    If I remove the wmode parameter, the video plays smoothly in IE, but the menus appear behind it.
    I've also tried reducing the bitrate of the video to an unwatchable 250kb/s, and playback is still choppy.
    I'd like the video to play smoothly in IE.  Is there any hope?
    <object> code below:
    <object width="352" height="288" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="FLVPlayer" style="position:relative; z-index:0;">
    <param name="movie" value="FLVPlayer_Progressive.swf" />
    <param name="salign" value="lt" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="opaque" />
    <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=/Video/PressVideo&autoPlay =true&autoRewind=false" />
    <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=/Video/PressVideo&auto Play=true&autoRewind=false" quality="high" wmode="opaque" scale="noscale" width="352" height="288" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>

    I hate to 'bump' this thread, but the doomsday of deployment is coming soon and I'd like to have this bug fixed.
    Has anyone else run into the same problem?  Is there some tweak I can make when encoding the .flv?

  • Keyboard problem with wmode transparent and firefox

    Hello,
    I came accross a very nasty bug in this configuration:
    FireFox+Windows+[Flex area using the wmode=transparent]
    If the flex area has a text input, then the keyboard mapping
    is stuck with a wrong keyboard mapping and some characters can
    simply not be entered. For instance, on a French keyboard, it is
    not possible to enter a @ character.
    This bug seems very old, here is a reduced situation dated
    from 2005 (!):
    <
    http://www.5etdemi.com/blog/archives/2005/06/firefox-wmodetransparent-is-completely-screwy -and-breaks-textfields/>
    Many other people talked about the problem since, for
    instance here:
    <
    http://blog.headlondon.com/archives/no-wmode-please-were-british/>
    My questions are:
    * does anyone know of a work-around for this (and yes we _do_
    need the transparent feature :-)
    * why has this nasty bug not being fixed since 2005 ? I
    posted a bug report today but it must have been done before.
    I do not know if this is a bug with Firefox or the Flash
    player but in all cases many Flex apps can be affected by this bug
    if they use the transparent feature.
    thanks in advance for the feedback,
    Matthieu.

    HI and welcome to Apple Discussions...
    Try deleting this file.
    com.apple.systemiuserver.plist
    ~/Library/Preferences.
    Move that file to the Trash and restart your Mac.
    If you need help finding .plist files and their paths... go here.
    http://web.me.com/carolynssamit/CarolynsMac_Blog/Path_for_.plistfiles.html
    Carolyn

Maybe you are looking for