The look of Flash Forms can be controlled using styles. To help fine tune style selections, I threw this quick and dirty form together. It allows you to set eight style settings, the results of which are immediately reflected in a sample button control. Note that I am using the setStyle() method to set styles programmatically at runtime, but styles are typically defined in the style attribute.
Here’s the code (you can try the example here):
Specify colors as RGB values (eg. 0x000000 0x00FF00) or color literals (eg. red green yellow).
Leave a Reply