How to make colors look same in illustrator and Flash Builder

We had a designer build out our UI using Adobe illustrator, and then tried to replicate the same hex color and alpha codes in Flash Builder- colors are looking very different on the same machine
We have used basic web colors but the problem persists. Any pointers on why this could happen?

Thanks Joan... we managed to figure out the cause to a large extent- problem
arisen by the way the layers were built in Illustrator vs Flashbuilder. I
still have the following questions, that we are currently handling via a
workaround
a) when I try to skin the container using SkinnableContainer, the skin
doesn't take effect- but works, when I use same skin with a BorderContainer.
Any idea of why this is so?
The code used is as below
<s:BorderContainer id="Banner" height="15%" width="100%"
skinClass="mySkins.newskin1">
<mx:Image id ="logo" source="assets/graphics/logo.png"
x="{0.018Banner.width}" y ="{.09Banner.height}"
height="{Banner.height*0.7}" maintainAspectRatio="true"
width="{Banner.width*0.085}"/>
<s:Label x="{0.065Banner.width }" y ="{.293Banner.height}"
fontFamily="Copperplate" fontSize="34" kerning="on" color="#666666"
text="EUREKA WORLD"/>
<s:Label x="{.88Banner.width}" y ="{.293Banner.height}" fontFamily="Arial"
fontSize="14" kerning="on" color="#666666" text="Help | Log Out"/>
<s:Label x="{.865Banner.width}" y ="{.45Banner.height}" fontFamily="Arial
Bold" fontSize="18" kerning="on" color="#666666" text="Welcome Gauri"/>
</s:BorderContainer>
Skin attached
b) we are trying to replicate the design from Illustrator(exported in fxg
format) and replicate in FlashBuilder. We would like to name the objects
meaningfully so we can connect the front-end with names in the fxg code.
Currently we see an objID. How do we name objects in Illustrator?
c) When we use a mx:vbox within a repeater to display contents of an array,
we had trouble skinning this for background color- compromise we reached was
to have the background color in the mx:vbox with a skinclass for the border
and shadow
Regards

Similar Messages

  • How to make colors looks same in Lightroom and Photoshop?

    The colors of JPGs with sRGB colorspace are displayed differently between Lightroom and Photoshop and other image view applications.
    I edited RAW images in Lightroom and export them to JPG files with sRGB colorspace, but their colors are eventually different from what I saw in LR.
    (I set ProPhoto as the colorspace for my Photoshop.)
    Is there anything I can do to solve this problem? Or maybe to reduce the color difference?
    What is the best I can do to manage colors for those images that I want to share on the internet?
    Thank you !!! 

    If colours look different between two colour managed applications such as LR and PS then you have either not calibrated your monitor at all or are using a corrupt monitor profile.
    If the former you require a calibration device, such as a Spyder (lots of other around). If the second then re calibrate.
    In the meantime you can set your monitor to use a colour space such as sRGB as a profile. This is not a solution, it is a temporary fix. Using a colour space as a monitor profile is not colour management, but will at least make the colour appear the same on your monitor.
    There are some useful links concerning colour management and LR here you may wish to read.

  • Same color looks diffrenent in Illustrator and Photoshop?

    Hello!
    I need to convert a logo that I've made in Photoshop to an EPS-file using Illustrator. I've imported all the paths and filled them with the colors that I had in Photoshop. The colors I'm using in the logo is black, white and green. The black and the white looks fine but the green is not the same at all, even though I've used the exact same RBG-values. I've also selected RGB-mode in Illustrator and changed to the same RGB-profile.
    Shouldn't the colors be the same when you use the same values? I've also tried this with CMYK but I still get the same problem.
    I'm using Photoshop CS2 and Illustrator CS5.

    Yes I have.
    In Illustrator it says:
    Working Spaces
    RGB: Monitor RBG - sRGB IEC611966-2.1
    CMYK: U.S. Web Coated (SWOP) v2
    Color Managment Policies
    RGB: Off (I can't select anything here)
    CMYK: Preserve Embedded Profiles
    And in Photoshop it says:
    Working Spaces
    RGB: sRGB IEC611966-2.1
    CMYK: U.S. Web Coated (SWOP) v2
    Gray: Dot Gain 20%
    Spot: Dot Gain 20%
    Color Managment Policies
    RGB: Preserve Embedded Profiles
    CMYK: Preserve Embedded Profiles
    Gray: Preserve Embedded Profiles

  • I subscribed for itunes imatch - it works perfectly on my i-pad and iPhone - however on my macbook - my iTunes can no longer find my songs - i don't know how to make it look to the cloud to play my music

    i subscribed for itunes imatch - it works perfectly on my i-pad and iPhone - however on my macbook - my iTunes can no longer find my songs - i don't know how to make it look to the cloud to play my music - i think it keeps trying to find on the external harddrive where i used to keep my music

    Of course iTunes is looking for the music on the external HDD. Enabling iTunes Match does not magically change the location of the iTunes library to the cloud.
    To play the music either plug the external HDD back into your computer or create a new, empty library to use for streaming the iTM content. The latter can be accomplished by holding down the Option key when launching iTunes, choosing "create library" then enabling iTunes Match on the new library. DO NOT have iTunes scan your HDD for music.

  • How to make website look correct in Safari, Firefox, and Chrome?

    Hello there. I'm working on a website which was inherited to me by someone who died. So I am left with all of his coding which is about 4 years old. Now I'm working on positioning of the website and i've found that the only browser the website looks like it's supposed to is Safari and I can't for the life of me figure out how to make it look right in all the browsers and on a phone or tablet. It might be easier if I started from scratch but unfortunately I don't get that luxury. Please help me.
    Here's a link...MuseumOfNaturalistory.com

    I dont understand what some of these errors are asking of me. For instance, this one...
    if (xmlhttp.readyState==4 && xmlhttp.status==200)

    This message may appear in several cases:
    You tried to include the "<" character in your page: you should escape it as "&lt;"
    You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    Another possibility is that you forgot to close quotes in a previous tag.
    That's the way the code has to be in order to function. What does it want from me?
    And then here....
    Line 71, Column 5: an attribute value must be a literal unless it contains only name characters   </div>✉You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.
    Line 71, Column 5: character "<" is not allowed in the value of attribute "id"   </div>✉It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.
    I have absolutely no clue what it is asking of me. Doesn't it have to be that way? Also why when I go to "Line 71" that isn't where this actual code is? Is there some special way to decipher this?

  • How to make color screen in Web dynpro appl?

    How to make color screen in Web dynpro appl?

    Hi Gobi..
    <u><b>Go thorugh the follwing links</b></u>
    https://www.sdn.sap.com/sdn/collaboration.sdn?contenttype=url&content=https%3A//forums.sdn.sap.com/forum.jspa%3FforumID%3D52
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/nw04stack09themes.zip
    <u><b>Tutorial</b></u>
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how%20to%20edit%20web%20dynpro%20themes.pdf
    <u><b>Setting the Theme</b></u>
    http://help.sap.com/saphelp_nw2004s/helpdata/en/1e/535d420447e054e10000000a155106/content.htm
    <u><b>Configuration</b></u>
    http://help.sap.com/saphelp_nw70/helpdata/en/43/8a1a8ece230c8ce10000000a11466f/content.htm
    Regards,
    GS
    Message was edited by:
            Sathishkumar GS
    Message was edited by:
            Sathishkumar GS

  • Through SharePoint Client Object model, how to make color coded events on Sharepoint Calendar

    Hi,
    Through SharePoint Client Object model, how to make color coded events on Sharepoint Calendar.
    Plese share your knowledge.
    Regards
    Tharak

    Hi,
    According to your post, my understanding is that you wanted to make a color events Calendar.
    We can achieve it using the OOB method by creating the Calendars Overlay.
    http://summit7systems.com/color-code-calendar-events-in-sharepoint/
    You can also use the JavaScript to achieve it.
    http://spsawyer.wordpress.com/2013/07/18/sharepoint-color-calendar/
    http://www.planetwilson.co.uk/sharepoint-2013-colour-calendar-v2/
    more reference:
    http://usermanagedsolutions.com/SharePoint-User-Toolkit/Pages/Color-Coding-Calendar-List.aspx
    http://blog.pathtosharepoint.com/2010/04/06/tutorial-add-color-coding-to-your-sharepoint-2007-calendar-in-15-minutes/#comment-7231
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How to make HD look like 4K

    I found this article rather interesting. If I had to try and make a silk purse out of a sow's ear, I would read this one again.
    RedShark News - How to make HD look like 4K

    I'd forgotten about RedShark in general ... thanks for the heads-up.
    And the point about the "impression" being at times more important than the reality (especially if not well handled) is well taken. Working professional stills for many years now ... I've had large prints that even at close inspection looked much cleaner, sharper, and less noisy than other photog's made who had "larger" sensors ... but did their post not as righteously as I did. How you set up & shoot the image/s in the first place matters ... as does how you handle your post & output.
    Craft matters ...  

  • How to make a commentary track in iDVD and iMovie 6

    Could someone please explain how to make a commentary track using iMovie6 and iDVD? I think I will be able to import the commentary track onto the second sound track in iMovie 6 with no problem. I just can't figure out how to make it an optional track in the final DVD.

    Yes, you can put the commentary track on the second sound track in 06. You can also attach a mic and make the commentary as a recording. I will caution that you will need to depress any original sounds associated with the film so that it does not sound like a garbled mess with both tracks competing. I imagine you know how to grab the volume level line in the audio track and nudge it lower or higher?
    I also don't see any other option than including two versions of the film on the DVD. Pretty simple fix if it will fit... I would export the plain film first before adding the other audio (or you can simply uncheck one of the audio tracks while exporting to mute it).
    Terri

  • How to make a form for input in web interface builder

    Hi expert:
        How to make a form for input in web interface builder?I have already used it to do PS planning, but I don't know how to  draw lines and checkboxes . Thanks in advance.
    Allen

    WAD:
    Open the WAD and create a new template. On the left hand navigation you will have several Web Items available. Under 'Standard' you have 'Analysis' item. Pull that into your template to the right. Under the Properties tab you need to pick the query [form/layout] that you have built in Query Designer.
    You will also find other items such as Button group, Checkbox, drop down, list box etc available. Pick and drag into the template whatever it is you require. Lets say you want a button. Under the Properties tab select the 'Command' that you require. You could use standard commands that are available there. You could also define functions and commands that you require.
    Query Designer:
    Open the QD and drag the characteristics and key figures that you require into the rows and columns of the QD. You would need to specify restrictions under the Filter tab of the QD based on the granularity of data that you require. You would need to remember that the key figures need to be made Input Ready [do this by clicking on KF and on the planning tab select "change by user and planning functions"].
    This shouldgive you a start. After you've explored it yourself a bit we can discuss further and I can certainly provide you additional details/material on these areas.
    Srikant

  • Flash cs3: how to make moving/scrolling photo menu left and right?

    http://media.moma.org/subsites/2008/miro/flashsite/index.html
    - click continue, then relative size link
    How can I do this with lash cs3: how to make moving/scrolling
    photo menu left and right?
    When you move left and right and paintings move. and when you
    click on a painting, you see the the title and it links to another
    page on the site.

    scene_mc start at x = -550... x wide is 2164 px
    now I have this and its working...
    navL_mc.addEventListener(MouseEvent.MOUSE_OVER, navL_Over);
    navL_mc.addEventListener(MouseEvent.MOUSE_OUT, navL_Out);
    function navL_Over(e:MouseEvent){
              if(scena_mc.x == 0){
                                  scena_mc.x == 0;
              else if(scena_mc.x <= -10){
                                  scena_mc.x += 10;
                                  navL_mc.addEventListener(Event.ENTER_FRAME, runL);
    function runL(e:Event):void{
              if(scena_mc.x == 0){
                                  scena_mc.x == 0;
              else if(scena_mc.x <= -10){
                                  scena_mc.x += 10;
    function navL_Out(e:MouseEvent){
              navL_mc.removeEventListener(Event.ENTER_FRAME, runL);
    navR_mc.addEventListener(MouseEvent.MOUSE_OVER, navR_Over);
    navR_mc.addEventListener(MouseEvent.MOUSE_OUT, navR_Out);
    function navR_Over(e:MouseEvent){
              if(scena_mc.x == -1164){
                                  scena_mc.x == -1164;
              else if(scena_mc.x >= -1154){
                                  scena_mc.x -= 10;
                                  navR_mc.addEventListener(Event.ENTER_FRAME, runR);
    function runR(e:Event):void{
              if(scena_mc.x == -1164){
                                  scena_mc.x == -1164;
              else if(scena_mc.x >= -1154){
                                  scena_mc.x -= 10;
    function navR_Out(e:MouseEvent){
              navR_mc.removeEventListener(Event.ENTER_FRAME, runR);

  • How to make comnapy code defalut got 100 and 1001 in the PNP screen

    Hi Expart ,
    can u tell me my que how to make comnapy code defalut got 100 and 1001 in the PNP screen in HR reporting?
    Regards
    Razz

    Use the below code in the   INITIALIZATION   
                     INITIALIZATION                                      *
    initialization .
    " Make Default values for Company Code 2100 & 2200
      PNPBUKRS-LOW  = '2100'.
      PNPBUKRS-HIGH = '2200'.
      append PNPBUKRS.
    regards
    .....lakhan

  • How to make Nokia Suite remember the position and ...

    how to make Nokia Suite remember the position and the size i set it?
    because everytime i start it, it defaults in the middle of the screen and in the smallest possible size.
    Nokia Suite 3.3.86
    Windows Vista
    Greece Nokia X6 RM-559 v40.0.002

    Again, are you talking about genuine Nokia firmware, not any of some 3rd-party customised versions?
    For officially released firmware, you may force Nokia Suite to reinstall even if your firmware is already up to date. This feature might be missed in its GUI as its link is "hidden" in the prompt message, not on a button or highlighted with underscore. Try Nokia Suite, once the phone is connected, click the icon of Software Update on the top, then click the word "reinstall" in the prompted message.
    bbao
    * If this post helped you, please click the white Kudo star.
    * If this post has solved your issue, please click Accept as Solution.

  • How to create an incentive same as LPC and PPI in ISU.  Any help from the experts as it is an urgent requirement of the client.

    How to create an incentive same as LPC and PPI in ISU.  Any help from the experts as it is an urgent requirement of the client.

    Hi,
    It depends on fact that when you want to create the incentive.
    If you want to create at the time of invoicing, then you have to enhance event R402.
    If you want to create at the time of payment, the you have to enhance event 0032.
    Hope it helps
    Thanks,
    Amlan

  • How can I use LCCS with ActionScript 3 and Flash CS4?

    Hi,
    Using Stratus I was able to create an an application using Action Script 3 and Flash CS4.  The sample code on the Adobe site was quite straight forward and easy to understand.  I now want to switch over to  LCCS but can't find anything any where on how to use Action Script 3 and Flash CS4 with LCCS.  Do I need to know Flex to be able to use LCCS?  Everything was quite simple and easy to understand with Stratus and makes complete sense.  But LCCS is really confusing.  Is there any sample code on how to establish a connection in Action Script 3 and then stream from a webcam to a client.  There is nothing in the  LCCS SDK that covers Flash and Action Script 3.  Please help!  I found the link below on some forum but it takes me nowhere.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=75 9&threadid=1407833&enterthread=y

    Thanks Arun!
    Date: Thu, 29 Apr 2010 11:44:10 -0600
    From: [email protected]
    To: [email protected]
    Subject: How can I use LCCS with ActionScript 3 and Flash CS4?
    Hi,
    Welcome to the LCCS world.
    Please refer to the SDK's sampleApps folder. There would be an app called FlashUserList. The app demonstrates how LCCS can be used with Flash CS4. Its a  pretty basic app, but should help you moving.
    We are trying to improve our efforts to help developers in understanding our samples. Please do let us know if we can add something that would help others.
    Thanks
    Arun
    >

Maybe you are looking for

  • Can you use a hierarchy as a parameter in SSRS?

    All, I was attempting to create a SSRS report and then will take that report and add it into performance point.  In PerformancePoint, I am able to have one dropdown parameter list with a tree like hierarchy coming from a SSAS cube.  For instance, my

  • Vendor Return w/ replaced part

    Hi All: I have situation in the vendor return scenario, customer most of the time return the goods to vendor if the it bad part or part failed and it is still under warranty. in any case vendor never gives the credit back rather he sends the new part

  • I want to hide a column in report 6i

    hi I want to hide a column in report 6i, I used this code function F_col_qty3FormatTrigger return boolean is begin if :color3 is null then      return (false);      else return (TRUE); end if; end; plz note that COL_QTY3 and COLOR3 both are from diff

  • Saving to quick time error -1

    Trying to save a 40 slide presentation to quick time in high quality. After 8 slides the process stops and error message comes up saying file error or disc full erro -1. Plenty of disc space. There are a few transitions and effects but nothing amazin

  • New fields in a report

    Hi, I have a report created and I when I delete all objects in the Workspace Panel and I insert others BO doesn't allow me to insert them as a table, only allows me to insert them as a table. Before inserting objects I have the Workspace Panel empty.