Does Flex support 256 color displays?

Hi all,
Does Flex / Flash officially support 256-color displays? I
can't get the Image control to display any images at all when the
display is set to 256 colors.
I've tried PNG, GIF, and JPEG images with monochrome, 16
color, 256 color, and 24-bit palletes (in every combination the
formats allow). They *all* work fine if the display is set to
15-bit color or higher, but *none* of them work if the display is
set to 256 colors. I would have thought at the very least that the
Flash player could show a monochrome image on a 256 color display
Does anyone know if this is a limit in the Flex control, or
the underlying Flash controls? Could I solve it by using some Flash
control directly?
FYI, this the problem exists on both machines that I have
tested so far. Both using Windows 2000, with both IE7 and FF1.5.
Any ideas? Thanks!
Paul

OK, so this definately looks like a bug in Flex / Flash when
running on 256 color displays.
Really simple Flex projects that contain nothing but images
like:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="vertical">
<mx:Image source="
http://domain/image1.gif"
/>
<mx:Image source="
http://domain/image2.jpg"
/>
<mx:Image source="
http://domain/image3.png"
/>
</mx:Application>
Don't show anything at all, but if you throw in a few images
via a Text control such as:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="vertical">
<mx:Text width="450" height="75"><mx:htmlText>
<img src="
http://domain/image1.gif"
/>
</mx:htmlText></mx:Text>
<mx:Text width="450" height="75"><mx:htmlText>
<img src="
http://domain/image2.jpg"
/>
</mx:htmlText></mx:Text>
<mx:Text width="450" height="75"><mx:htmlText>
<img src ="
http://domain/image3.png"
/>
</mx:htmlText></mx:Text>
<mx:Text width="450" height="75"><mx:htmlText>
<img src="
http://domain/image1.gif"
/>
</mx:htmlText></mx:Text>
<mx:Text width="450" height="75"><mx:htmlText>
<img src="
http://domain/image2.jpg"
/>
</mx:htmlText></mx:Text>
<mx:Text width="450" height="75"><mx:htmlText>
<img src="
http://domain/image3.png"
/>
</mx:htmlText></mx:Text>
<mx:Image source="
http://domain/image1.gif"
/>
<mx:Image source="
http://domain/image2.jpg"
/>
<mx:Image source="
http://domain/image3.png"
/>
</mx:Application>
Then all of the images will appear - all of those embedded
into the Text controls, as well as those embedded into the Image
controls. Note, it seems that there needs to be "significantly"
more Text controls than Image controls for this to work... but I
haven't really narrowed that down.
Also, when the Text controls are not used, it seems that
popping up Alert boxes cause the images to display correctly until
the dialog box is dismissed, and then the Image controls disappear
again!
Finally, I've found that I can get the Image control to work
reliably (so far) by itself, if I simply set the height or width to
be at least one pixel less than (not greater than) the real image.
So, for example, my image is 450 pixels wide, by 75 pixels
high. So, of the following four Image controls, only the last one
works!
<mx:Image source="
http://domain/image1.gif"
/>
<mx:Image width="450" height="75" source="
http://domain/image1.gif"
/>
<mx:Image width="451" height="75" source="
http://domain/image1.gif"
/>
<mx:Image width="449" height="75" source="
http://domain/image1.gif"
/>
Once again, all of these behaviours only occur when the
display is set to a 256 color mode. Everything works as expected on
15bit+ color modes.
So, I guess I should file a bug report now?
Paul.

Similar Messages

  • The Organizer does not support the color space in the file

    I just purchased and installed PSE 8 as an upgrade to PSE 6.  My catalog correctly shows all of my existing images.  However, when I try to import photos into the Organizer, I get a message that nothing was imported.  The reason given is that "The Organizer does not support the color space in the file."  This happens with photos taken on my iPhone as well as those from my Canon PowerShot A1100 IS.  Any suggestions?
    Here is my system information:
    Elements Organizer 8.0.0.0
    Core Version: 8.0 (20090905.r.605812)
    Language Version: 8.0 (20090905.r.605812)
    Current Catalog:
    Catalog Name: My Catalog
    Catalog Location: C:/Documents and Settings/All Users/Application Data/Adobe/Elements Organizer/Catalogs/My Catalog
    Catalog Size: 83.9MB
    Catalog Cache Size: 459.8MB
    System:
    Operating System Name: XP
    Operating System Version: 5.1 Service Pack 3
    System Architecture: AMD CPU Family:15 Model:11 Stepping:1 with MMX, SSE Integer, SSE FP
    Built-in Memory: 2GB
    Free Memory: 829MB
    Important Drivers / Plug-ins / Libraries:
    Microsoft DirectX Version: 9.0
    Apple QuickTime Version: 7.65
    Adobe Reader Version: 9.2
    Adobe Acrobat Version: Not installed
    CD and DVD drives:
    J: (SONY DVD BUS: 3 ID: 3 Firmware: RW)

    It turns out that this problem went away after the program crashed.  Everything seems to be working well now.

  • Does Photoshop support N-Color ICC profiles for soft proofing?

    Hi All,
    Does Photoshop support N-Color ICC Profiles for soft proofing? If yes, then can anyone guide me?
    Thanks!

    No, it does not.

  • Photoshop Elements 12 does not support the color space

    I recently installed Photoshop 12 on my computer after a reformat. I was previously using Elements 10. i am not getting this error when trying to import photos from my camera. Photoshop Elements does not support the color space. I am using a Nikon D3200 camera to download from. I never had this problem with Elements 10 using the same camera. How do I fix this?

    It turns out that this problem went away after the program crashed.  Everything seems to be working well now.

  • Does iOS support #009c9c Color?

    Does iOS support #009c9c Color (RGB: R0 G156 B156)? This colour is appearing as a different color on iOS devices.

    Hi,
    You can see the answer to this question here:
    https://support.mozilla.org/en-US/questions/856979
    Thanks for using Firefox for mobile!
    -Michelle

  • How does Flex support Internationalization?

    I know the mx:Text, mx:Label, mx:TextArea support non-English languages. But do I switch, for example, a mx:Lable's text between two languages.
    Is there a framework that support it?

    On 2/24/2011 9:27 AM, 2009 Matt said:
    >
    Yes, It uses resource boundle. How do you use the property file with east asian languages, such as Chinese?
    flex's resource bundles (RB) aren't like java RB, they're utf-8 text not escaped
    unicode.
    for swapping locales at runtime see this:
    http://adobe.ly/eWdJpd

  • Does firefox support nook color

    I have a nook color and would to access my work web site

    Hi,
    You can see the answer to this question here:
    https://support.mozilla.org/en-US/questions/856979
    Thanks for using Firefox for mobile!
    -Michelle

  • QuickTime does not Support the current Display Settings.

    As per Subject and please change & restart this application.
    I have never used QuickTime or iTunes and right off the bat I am having this problem.
    I am a novice that inherited this system with a whole lot of soft/hardware!!! More than I will ever use.
    PC custom built; Windows XP Pentium 4, 2gb RAM, 250gb HD Maxtor, 80gb HD Western Digital + 250gb external Maxtor, HP3210, 21"Flat Samsung, BFG GeForce 6800 Ultra 256MB AGP w/Dual DVI
    Why does this replicate itself partially???
    PC custom built   Windows XP   2gbRAM,580gbHD,HP3210,21"Flat Samsung

    Fixed: Error was with Intel HD 3000 drivers. Tried downloading the Intel drivers and reinstalling, but didn't work. Installed HP Drivers again, and worked.
    Affected the Aero Effects, gave false info saying that Window Desktop Manager was disabled when it wasn't, and said the color depth was incorrect. I am assuming quicktime was having problems with the graphics drivers too.
    Download and reinstall graphics drivers to fix.

  • Does Jiniator Support 3 canvas display at the same time..

    Dear Experts,,
    I am facing the new problem regarding Canvas..
    i Created 3 window. theni created 3 canvases (1 content + 2 stacked) and 2 buttons
    In Main window i displyed a content canvas and 1 button.. while pressing the button it's going to 2nd window having the 1st stacked canvas and 2nd button. There is no problem at all in this stage..
    When i press the 2nd button the 3rd window is displaying but 2nd wondow is closed..
    I looking for an output as
    3rd window overlayed on 2nd window
    2nd window overlayed on main widow..
    i'm not able to Keep 3 windows at the same time...

    You should have one content-canvas for each window, not only stacked one's. About your problem... check the window-properties "Close on exit" (should be no) and maybe Window-style and Window-mode.

  • Which Soap version does Flex support

    Hello,
    I have a flex application trying to talk (via web service) to
    a gSoap server.
    If I send this:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="
    http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
    <hpvcm:userLogIn xmlns:hpvcm="
    http://hp.com/iss/net/vcm/resourceModel">
    <hpvcm:username>Administrator</hpvcm:username>
    <hpvcm:password>Administrator</hpvcm:password>
    <hpvcm:breakLockedSession>false</hpvcm:breakLockedSession>
    </hpvcm:userLogIn>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I get a Soap fault version mismatch.
    I have an apache client that sends almost the exact same
    thing, this:
    <soap:Envelope xmlns:soap="
    http://www.w3.org/2003/05/soap-envelope">
    <soap:Body>
    <ns1:userLogIn xmlns:ns1="
    http://hp.com/iss/net/vcm/resourceModel"
    xmlns:ns2="
    http://hp.com/iss/net/vcm/resourceDomain"
    xmlns:ns3="
    http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <ns1:username>Administrator</ns1:username>
    <ns1:password>Administrator</ns1:password>
    <ns1:breakLockedSession>false</ns1:breakLockedSession>
    </ns1:userLogIn>
    </soap:Body>
    </soap:Envelope>
    and I get a valid response this:
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="
    http://www.w3.org/2003/05/soap-envelope"
    xmlns:SOAP-ENC="
    http://www.w3.org/2003/05/soap-encoding"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:c14n="
    http://www.w3.org/2001/10/xml-exc-c14n#"
    xmlns:wsu="
    http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
    xmlns:ds="
    http://www.w3.org/2000/09/xmldsig#"
    xmlns:wsse="
    http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
    xmlns:hpvcm="
    http://hp.com/iss/net/vcm/resourceModel"
    xmlns:hpoa="hpoa.xsd" xmlns:hpvcd="
    http://hp.com/iss/net/vcm/resourceDomain">
    <SOAP-ENV:Body><hpvcm:userLogInResponse>
    <hpvcm:HpVcmSessionKeyToken>
    <hpvcm:vcmSessionKey>PCmB3HCKsiSkE9zIRytsaiTx</hpvcm:vcmSessionKey>
    </hpvcm:HpVcmSessionKeyToken></hpvcm:userLogInResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    From what I can tell the only difference is this portion:
    <soap:Envelope xmlns:soap="
    http://schemas.xmlsoap.org/soap/envelope/">
    BAD BAD BAD
    <soap:Envelope xmlns:soap="
    http://www.w3.org/2003/05/soap-envelope">
    GOOD GOOD
    The first is SOAP 1.1 the second 1.2
    My WSDL specifies 1.2. But I cannot get Flex to send 1.2.
    How can I tweak this?

    Did you get this figured out because I think I'm having the same problem?  I looked at your two requests and see that the soap envelope values are not the same, which is what is going on with me; that triggers the runtime soap mismatch error.  Is something happening when it runs through a soap proxy (soap server)?

  • Does Flex support table

    Really strange, why Flex doesn't have table component?
    SOS!!

    aprildavid wrote:
    > Really strange, why Flex doesn't have table component?
    SOS!!
    Or repeated Controls of any kind using the repeater
    component?

  • Does keynote support multiple (3) displays?

    I am trying to run keynote on 2 additional monitors from an iMac. One monitor is a projector & the other a 65" plasma.  I am using a Newer Technology display adapter, USB to HDMI, for the plasma display.  It has no problem working with ProPresenter, but I can't get anything for Keynote.

    http://www.java-forum.org/de/viewtopic.php?p=139820#139820

  • Flex supported data types - Does Flex support  MSSQL geometry data type. I use WSDL connection.

    I looked at the AMF 3 document but did not find anything there. Connection to the MSSQL database is through WSDL.

    PUSH...

  • Does 23" Apple Cinema Display support sAdobe Color Profile?

    i was told the 23" Apple Cinema display does not support sAdobe color profile, can anyone confirm if does or not, thank.

    I take it back. NEC sell a monitor that acheives 107% of the Adobe Color Space.
    http://www.necdisplay.com/Products/Series/?series=800fe9d4-c3a9-410a-98ee-6f546c e833d4
    NEC seem to be a leader in this regard.
    http://www.nec.co.jp/techrep/en/journal/g06/n03/060316.html

  • [SOLVED] Sup email client 256 colors support

    I've installed sup email client (https://aur.archlinux.org/packages/sup-git) and wombat theme (https://github.com/mklinik/sup-colorscheme-wombat) for it. But everything become red-colored in the background and white-colored for text (I'm using rxvt-unicode and it has 256-color support so things should work find). I tried to google but found nothing.
    I though there is issue with support 256 colors in ncurses so I rebuild this package with necessary flags from pkgbuild: https://projects.archlinux.org/svntogit … es/ncurses and installed it. But due to version differences gem file didn't build after it with message "error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory" (and also really much stuff broke so I hardly restored original ncurses).
    Somebody know the way to use sup with 256 colors in terminal?
    Last edited by Shagabutdinov (2014-04-28 07:00:40)

    jasonwryan wrote:The correct way is to use terminfo: setting the variable in Xresources or anywhere else is an ugly hack that will likely cause other problems down the track...
    Not causing problems down the track is the exact reason given for why you should use Xresources to set TERM. The consensus seems to be that the terminal emulator should be the one to set it and using Xresources is one way to do that.
    However TERM is set - Xresources, arguments, .bashrc - all that matters is that the capabilities defined in the terminfo file match the actual capabilities of the terminal emulator. Having the terminal emulator do it at least gives it the chance to match capabilities. It also prevents TERM from getting set to the wrong value for other terminal emulators or virtual consoles.
    (Also, one does not "use terminfo" to set TERM. Terminfo uses TERM to tell terminal apps the capabilities of whatever they're outputting to.)

Maybe you are looking for

  • Error in install of any link Oracle 9.0.1

    Dear All I am installing Oracle9i on Sun Sparc Solaris and I get the following errors. (this happens for about 87 files) I'm not sure what the problem is. --- error_mesage -------------------------------- Error in checking existance of the link, errn

  • Trouble pairing XR11 with Sony Bravia TV

    Moved to X1

  • Installing Java Runtime Environment

    I have a large number of Windows machines that need to have a specific version of the JRE deployed to them. Is there a way to give the setup application some switches so that it doesn't make you accept a licence agreement and ask lots of questions?

  • Maintaining distribution model for ALE audit.

    hi, I have to create a bcakground job in the receiver system to periodically send back the audit data to the sender system. To do the same i need to maintain a distribution model for ALe audit. For doing so i don't have the modal view XIDEMO in BD64.

  • Error when I start xl reporter

    Hi, i have SBO 2007, SP: 00, PL: 47 when start the XL reporter this message was appear : Unable to start XL Reporter. Object variable or With block variable not set and when i try to start it from his file this massage was appear: Run time error '739