开发者

how to use available skins in flex

How 开发者_StackOverflow中文版to use the skins shown on various sites e.g flex skin site into my flex project. Please help.


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:

<mx:Style source="AeonGraphical.css" />

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜