Does anyone know of a handy master reference list of all the various CSS properties available for skinning Flex?
Basically a single reference of all the style properties and their definitions and usage examples in skinning.
Stuff like
close-button-up-skin: Embed("assets/buttons/close.png");
close-button-over-skin: Embed("assets/buttons/close1.png");
close-button-down-skin: Embed("assets/buttons/close2.png");
and not so obvious properties like
separator-skin: Embed("assets/general/separator.png");