Hi All, In my project I am loading mxml components based on User Roles and Rights. For each mxml component i have used different colors and displaying the component in centered screen.
like If the user= Manager [background color = blue ] I am loading manager related component, If the user= Seller [backgound color = green ] I am loading Seller related component and etc., My main.mxml application is background is different [default color] When i load component it should reflect the color [change the background color] in main.mxml application. how can i achieve this

