Home » Software » Adobe Flex
Importing Skins into Flex Builder
Builder This topic describes how to create skins for Adobe Flex applications by using Adobe Flash CS3, Adobe Illustrator CS3, Adobe Photoshop CS3, and Adobe Fireworks CS3.
All Flex components have a default skin class that ships with Flex, where a skin class can represent more than one state of the component. As you can see in the previous table, the eight states of the Button control use the same default skin class, mx.skins.halo.ButtonSkin, to draw the skin. Logic within the class determines the appearance of the Button control based on its current state.
All Flex components have a default skin class that ships with Flex, where a skin class can represent more than one state of the component. As you can see in the previous table, the eight states of the Button control use the same default skin class, mx.skins.halo.ButtonSkin, to draw the skin. Logic within the class determines the appearance of the Button control based on its current state.
Source: livedocs.adobe.com
Related PDF Files
Comments for Importing Skins into Flex Builder