How to use the skins shown on various sites e.g
flex skin site
into my flex project. Please help.
How to use the skins shown on various sites e.g flex skin site into
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at the source for one of the samples.
Start here to load the first sample.
Then right click and select “View Source” from the context menu, to bring up the source.
You’ll see this line of code in the main application file:
And that is how you include a css file in a Flex application.
Depending on the content of the CSS file; Flex may pick up the design automatically. Or you may have to specify a styleName on individual components.