Black background in native elements to display list bunk with Starling

Hello, I'm having a problem in the iPad, where all native DisplayObjects are displayed with an opaque black background instead of being transparent while being superimposed graphics of Starling by using "nativeOverlay". This happens not in the PC, in the ADL, in the iPad. No one knows what is the cause?

I also tested in Android, and this happens. So it is a problem that in iOS. Is this a known issue? Surely someone has tried before to overlay Flash objects on Starling display display objects and had this problem?

Possible fixes or workarounds for this?

Thank you!


Hello, I just find the culprit of this annoying bug.

It's StageVideo! If you play any video with StageVideo FRONT to show any substance Stage3D/Starling, then you will get this behavior (native DisplayObjects with opaque background on Starling).

This is a bug that is be almost 1 year!

Please, check this and vote to try to fix this problem finally for good!

https://BugBase.Adobe.com/index.cfm?event=bug&ID=3186454

Tags: Adobe AIR

Similar Questions

  • How can I get my animation for not having a black background when it has a white background?

    When I export my movie with a white background, it shows that he has a black background in the elements of Prime Minister.

    I don't know how the relationship between Flash and first works, but if it's something like putting a Flash file into another Flash file then the file loaded Flash will not have a background.  What you should try to do is draw a white rectangle on the bottom layer of the timeline of Flash file that covers the entire scene.

  • Adobe Edge OAM files have black background

    Hello. I have

    have a folio with 11 items. All items have an OAM file in them. Since I started this project 2 months ago, all the animations have transparent backgrounds and have worked a dream. They have worked fine up until today. I went to republish the folio - and all transparent have black background - they never had these before, are designed with transparent backgrounds and have always worked very well... They also all have transparent backgrounds (in the Panel inlays of the folio) but as soon as you take the files in InDesign - files all go black. Even when you preview files on the edge - they appear as they should. That is when he begins to interact with InDesign. This issue has been around for centuries. There must be a way to solve this problem - otherwise, what's the point of the edge?

    I even historic folios - these are not displayed correctly. Can anyone help please?

    Does that help? http://boblevine.us/digital-publishing-suite-101-using-transparent-edge-animate-files-with - pdf-folios /

  • Now black backgrounds?

    try to copy an image (tif file) with a transparent background in an illustrator file. installation of snow leopard, now when I copy, there is a black background? h-e-l-p. (warning, I am a novice)

    Thank you all in advance

    I'm running 10.4.11. When I copy a Photoshop layer with transparency, pixels paste into Illustrator, but transparency is not maintained.

    I can't simulate your black background problem, which could very well be associated with Snow Leopard. You can try using the tool move in Photoshop to drag the contents of the layer above to Illustrator. Similar to copy - paste.

  • When you use the metro apps the computer displays a black background instead of a text being illegible white

    When you use the metro apps the computer displays a black background instead of a text being illegible white

    So basically I can't use the metro beyond the home screen interface
    Know of a solution:
    Using
    i7 processor
    640 m GPU NVIDIA
    6 GB memory
    It could be a driver problem or there at - it an option to change

    You have FXAA enabled in the NVidia Control Panel? That was the problem for me.
    Otherwise, just click on restore in Control Panel and it should fix the problem.

  • All of my pdf files is displayed in reverse video (green on black background)

    All my folders PDF poster in reverse video (green on black background) I don't know how to return to the display black text on white background.

    The command deselect does not (in the edition menu).

    I don't know what to do and I'm waiting for your help for fix ce problem.

    in advance thank you and took you to excuse me do not understand a word of English.

    Copie decran 21_3_2016.jpg

    Hi pierreb50080004 ,

    Please provide the exact point of the software & OS installed on your system. Also check if it is there any update available for the software after crossing "" help > check updates "»

    Please check with this step:-Acrobat > edit > Preferences > accessibility > under Options colors in the Document, check the option to "Replace Document colors" Please change the "Page Background" & "Document text" custom color.

    Let me know if it woks.

    Kind regards

    Christian

  • Display list items based on another element of the list

    Hi all

    I want to display the list item based on another element of the list, but his does not work.

    This is my code:


    / * WHEN-NEW-FORM-INSTANCE * /-his work.
    DECLARE

    rg_district recordgroup;

    rg_name VARCHAR2 (40): = "district";

    vtemp NUMBER;

    BEGIN

    rg_district: = FIND_GROUP (rg_name);

    IF ID_NULL (rg_district)

    THEN

    rg_district: =.

    CREATE_GROUP_FROM_QUERY (rg_name,

    'select dist, dist district_mas.

    );

    vtemp: = POPULATE_GROUP (rg_district);

    POPULATE_LIST ('BLOCK3.) Of RIDING ", rg_name);

    END IF;

    END;

    * / CHANGED AFTER a - list * /-does not work. Cannot complete the list based on the list

    DECLARE

    rg_branch recordgroup;

    rg_name1 VARCHAR2 (1000): = "branch";

    vtemp NUMBER;

    BEGIN

    rg_branch: = FIND_GROUP (rg_name1);

    IF this is ID_NULL (rg_branch)

    THEN

    DELETE_GROUP (rg_name1);

    rg_branch: =.

    CREATE_GROUP_FROM_QUERY

    ("rg_branch",

    "SELECT FROM dist_branch WHERE district IN branch (DIST DISTRICT_MAS WHERE DISTRICT = SELECT').

    || : BLOCK3. DISTRICT OF

    );

    vtemp: = POPULATE_GROUP (rg_branch);

    POPULATE_LIST ('BLOCK3.) Branch of THE ', rg_branch);

    END IF;

    END;

    Table:

    CREATE TABLE DISTRICT_MAS

    (

    DIST VARCHAR2 (100 CHAR)

    );

    CREATE TABLE DIST_BRANCH

    (

    NEIGHBORHOOD VARCHAR2 (100 CHAR),

    DIRECTORATE GENERAL OF THE VARCHAR2 (100 CHAR)

    );

    Values:

    insert into district_mas values ('chennai');

    insert into district_mas values ('coimbatore');

    insert into dist_branch values ('chennai', 'chennai_north');

    insert into dist_branch values ('coimbatore', 'Podanur');


    Concerning

    Nassik M

    I tested the code below when the list has changed


    DECLARE

    rg_branch recordgroup;

    rg_name1 VARCHAR2 (1000): = "branch";

    vtemp NUMBER;

    QT VARCHAR2 (10): = "';

    BEGIN

    rg_branch: = FIND_GROUP (rg_name1);

    IF this is ID_NULL (rg_branch)

    THEN

    DELETE_GROUP (rg_name1);

    END IF;

    rg_branch: =.

    CREATE_GROUP_FROM_QUERY

    (rg_name1,

    'SELECT branch, branch OF THE DISTRICT WHERE the dist_branch =' | QT | : BLOCK3. DISTRICT OF | QT);

    vtemp: = POPULATE_GROUP (rg_branch);

    POPULATE_LIST ('BLOCK3.) Branch of THE ', rg_branch);

    END;

    Hope it's work...

    Hamid

  • Display PDF forms with black background

    I have recently upgraded to Windows 10 and I use Acrobat Pro 9.5.5. Now my downloaded pdf forms that can be completed online or after the backup are evidence of a black background and all the data I find is barely visible.  Usually, the background is white and the data are blue. In addition, the fonts are blurry. I tried to repair the installation of Acrobat and it did not help. Any suggestions?

    Post edited by: Cari Jansen - title edited more indicative of the issue.

    Acrobat 9 is not compatible with Windows 10, so problems are to be expected.

    For best results, you must use Acrobat XI or DC.

  • How to influence the APEX 4.0 autocomplete text element drop-down list colors?

    Hello

    Could some body if you please tell me the model that I need to change?

    I use the 15 theme and the text with AutoComplete element has a very different color scheme, I would like to change, so that it would harmonize with the theme 15 colors. It's just that I can't find the model to change. TIA.

    Tamás

    Tamas

    There is no model for the AutoComplete element. His appearance is controlled entirely using CSS. Theme 15 includes a style on the theme of AutoComplete items: she descends to a generic schema that is specified in the apex_4_0.css style sheet:

    .ac_results {
      padding: 0;
      border: 1px solid black;
      background-color: white;
      overflow: hidden;
      z-index: 99999;
    }
    .ac_results ul {
      width: 100%;
      list-style-position: outside;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .ac_results li {
      margin: 0;
      padding: 2px 5px;
      cursor: default;
      display: block;
      font: menu;
      font-size: 12px;
      line-height: 16px;
      overflow: hidden;
    }
    .ac_results li {
      margin: 0;
      padding: 2px 5px;
      cursor: default;
      display: block;
      font: menu;
      font-size: 12px;
      line-height: 16px;
      overflow: hidden;
    }
    .ac_loading {
      background: white url('indicator.gif') right center no-repeat;
    }
    .ac_odd {
      background-color: #eee;
    }
    .ac_over {
      background-color: #0A246A;
      color: white;
    }
    

    The best approach would be to use a tool to identify what web Inspector that each of these rules in the context of the use of the AutoComplete element and create your own theme-15-friendly style sheet to override this subset of apex_4_0.css.

  • Why my PC now starts with black background and not authentic message?

    Original title: why PC starts in Mode safe?

    I have Microsoft Windows Vista Home Premium 64-bit Edition.

    Before going on vacation, I turned off all power. After that we are back and turned on PC, system booted in safe mode.  Screen has black background.

    Message reads; Windows Vista (TM) - Build 6002 - this copy of Windows is not genuine.

    What could have happened? PC was working fine before our departure.

    Moved from Vista Performance and Maintenance Forum.

    How to activate Windows 7 or Vista manually (activate by phone)
    http://support.Microsoft.com/kb/950929/en-us

    1) click Start and in the search for box type: slui.exe 4
    (2) press the ENTER"" key.
    (3) to select your "country" you are in the drop-down list.
    (4) choose the option "activate phone".
    (5) stay on the phone * do not select/press any option * and wait for a person to help you.
    (6) explain your problem clearly to the support person.
    (7) the person must give you a confirmation ID, copy it down on paper,
    (8) check that the ID is correct in reading the support person.
    (9) to enter the ID number, then click 'Next' to complete the activation process.

    Activation and registration of a Microsoft product
    http://support.Microsoft.com/?kbid=326851
    Windows activation: (888) 571-2048
    (888) 725-1047 or 800-936-5700

    What's the relationship between activation and genuine Windows?
    http://Windows.Microsoft.com/en-in/Windows7/what-s-the-relationship-between-activation-and-genuine-Windows

    What is the validation, and how does it work?
    Windows 7: http://windows.microsoft.com/en-us/windows/help/genuine/what-is-validation?os=win7
    Vista: http://windows.microsoft.com/en-us/windows/help/genuine/what-is-validation?os=winvista

    Authentic Microsoft software program privacy statement
    What data is collected?
    http://Windows.Microsoft.com/en-us/Windows/genuine/privacy-statement

    -Product key of letters and numbers-

    Not confused the letter B with the number 8, the letter Q with the letter O.
    the letter G and the number 6.

    A, E, I, O and u are not used.

    ----------------------------  Alternatives -------------------------------------

    To enable the use of the phone

    1. open Activation of Windows by clicking on the Start button, right click on computer, clicking Properties.
    then by clicking on activate Windows now. ?

    2. click on show me other ways to activate.

    3 type your Windows 7 product key, and then click Next.

    4. click on use the automated telephone and then click Next.
    If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    5. click on the location nearest you from the drop-down list, and then click Next.

    6. call one of the available phone numbers listed. An automated system will guide you through the activation process.

    7. When prompted, enter the installation ID that is listed on your screen in your phone keypad.

    8 Note the confirmation ID the phone system gives you.

    9. under the terms of step 3, type the confirmation ID in the space provided, click Next, and then follow the instructions.

    10. If the activation is not successful, stay on the line to be transferred to a product activation agent who can help you.

    How to contact a Microsoft Product Activation Center by phone
    http://support.Microsoft.com/kb/950929

    Activation and registration of a Microsoft product
    http://support.Microsoft.com/?kbid=326851
    Windows activation: (888) 571-2048
    (888) 725-1047 or 800-936-5700

    Microsoft Activation centers worldwide telephone numbers:
    http://www.Microsoft.com/licensing/existing-customers/activation-centers.aspx
    (This site is for activating Volume License, but if you call, they will help you)

    The phone number is not working:
    Microsoft Worldwide contacts: http://www.microsoft.com/worldwide/default.aspx

    Learn about Activation:
    http://TechNet.Microsoft.com/en-us/library/ff793423.aspx

    J W Stuart: http://www.pagestart.com

  • Help! -small screen on black background

    Hiya,

    then my cat has cooling on my keyboard, and she must have pressed a key, because now the screen is tiny and has a black background around it. How should I do? All ideas are appreciated!

    Thank you, L.

    Suggestions:

    1 adjust screen resolution
    Right-click on a free space of your desktop computer > click Customize > click on display settings > use the slider to change the resolution > click OK when finished.

    Resolution based on the screen size

    Monitor 15 inch

    1024 × 768

    17 to 19 inch monitor

    1280 × 1024

    monitor 20 inch and liked

    1600 × 1200

    2. adjust the size of the police (CIO)
    Right-click on a free space of your desktop > click Customize > click on adjust font size (DPI) > uac prompt > click on the radio in front of the default scale (96 DPI) > click OK

    Note: if necessary: click Custom DPI... > adjustments it > OK when finished.

    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • Partial black background

    I've had this bug for a while now, so I don't have the origin of which could indeed.

    In some programs or pop-up confirmation dialog boxes the background which is supposed to be white appears in the partial form black background, also when a click with the right button on the taskbar, it displays a black line under properties.
    See picture attached for more details: http://imgur.com/dvxCLEU
    Any idea?

    Hello

    Thanks for posting in the Microsoft Community. We will be happy to help you.
     
    The issue you are facing may be due to the problem with the computer display drivers.
     
    I would like to know: is this behavior only occurs in the diaglog box?
     
    Try changing the wallpaper and theme. Set the Windows 7 Basic theme and check.
    See the link given below to change the theme:
     
    Try the steps and let us know the results with the required information.
     
    Thank you.
  • Display list point & populov off when clik on edit icons in 4.2

    Hi all

    Is there another request by user to display the items based on the button create & edit icons.

    Let's say I create a button when click this button in the next page, I display

    Now, when they click the icon change, this means that they are trying to change things in this case the market & point 'Of Type' list' should not be editable mode, this means that they will not change these values of items. Could you suggest me how can we manage this scenario.

    Regrads,

    Sruthitamiri

    Sruthi Tamiri wrote:

    Please find necessary details which I worked for this request and could help me on the same.

    1 creates a new element to display as "P15_EDIT_HIDE" and the condition type as 'never '.

    2. has created a calculation of header before as shown below

    1. case
    2. When: P15_PROD_MAP_ID is null
    3. then
    4. 'Create '.
    5. on the other
    6. "Editing".
    7. end

    3. now for the market I had set up the property as read-only

    4. when I click on change icon, it got read-only, but always see us icon, I don't miss badly here, could you please help me on this.

    You called the item a LOV pop up, which is a standard built-in item type, which will be rendered as text content through a standard, built-in read-only condition. What you have in fact is not a popup, popup page LOV implemented using an element of text with custom attributes and element text after. Please do not abuse of standard terminology in this way because it only creates confusion.

    The solution is to create a copy of the text element, change to display only and remove the custom attributes and post-texte of the element. Then make the original on the PK value element element be null and the only conditional display about PK version being is not null. See the "Emp details report 586" copy of your application.

    Why is it you created the PK item on page 1 instead of following standardized procedures and put it on page 2? Having done this, note that the redirection of the Create button must be set to clear the cache on pages 1 and 2, or the PK value for any previous link clicked on page 1 will be kept and result in page 2 to operate incorrectly when you press the button create.

  • Animations now show black background? URGENT

    Hi, I have done a presentation last week, checked all the slides, etc. and everything was ok, oam edge files/animations animate showed transparent background (quite ok, published with transparent background and displays png image with no bottom just in case) and everything was ok when previewing in Adobe viewer.

    Now today becomes a few slides and decided to check all the slides again and now the new and old are all showing black background, no idea of what happened and have a few days to complete the presentation.

    Any ideas what's past? Thank you

    http://boblevine.us/Digital-Publishing-Suite-101-using-transparent-edge-animate-files-with - pdf-folios.

  • Black background behind the footer links

    I'm having a problem with my footer links, I'm new on the web construction and I'm trying to build a portfolio using CS6 site.

    Site - jmacphot.com

    You can see on my site footer links have a black background and for the life of me I can't get rid of it.

    What I want is so that there is no background and links to turn red with underscores when hovered over.

    This is my CSS code:

    @charset "UTF-8";

    * {

    margin: 0px;

    padding: 0px;

    background-color: #000;

    }

    {#wrapper}

    background-color: #CCC;

    Width: 800px;

    margin-right: auto;

    left margin: auto;

    border-right-width: 1px;

    border-left-width: 1px;

    border-right-style: solid;

    border-left-style: solid;

    border-right-color: #CCC;

    border-left-color: #CCC;

    }

    #header {}

    height: 150px;

    }

    #navigation {}

    background-color: #CCC;

    height: 36px;

    padding-left: 80px;

    padding-top: 5px;

    }

    #content {}

    background-color: #CCCCCC;

    height: 200px;

    }

    #footer {}

    height: 40px;

    text-align: left;

    padding-left: 20px;

    padding-top: 20px;

    background-color: #D6D6D6;

    }

    I have? Inline style on my index page - could it have an impact on the links?

    < style type = "text/css" >

    a: link {}

    text-decoration: none;

    color: #CCC;

    border: 0;

    }

    a: visited {}

    text-decoration: none;

    color: #CCC;

    }

    a: hover {}

    text-decoration: underline;

    Color: #F00;

    }

    a: active {}

    text-decoration: none;

    color: #CCC;

    }

    < / style >

    The page W3C vallidates without any error, but this is not how it's supposed to look.

    Any help will be greatly received.

    See you soon

    J

    Delete the background color of this CSS style property.  It is used to make each element on your page have a black background, which is not a good thing.

    * {

    margin: 0px;

    padding: 0px;

    background-color: #000;

    }

    Nancy O.

Maybe you are looking for