<button_color>

The color for a button, represented by a hexadecimal code preceded by 0x.

To find the hexadecimal code for the color you want, use a color picker such as this one.

Note that Flash does not display the button color as a uniform color, but rather as a gradient based on that color. For full control over button color, create a custom button using an image (<image name="">), with XML to execute upon user click, or use a graphical button (<graphical_button name="">).

Child of: <button>, <button_defaults>
Parent of: Nothing

Example:

<button_color>0xDDDDDD</button_color>

Working example: Search for <button_color></button_color> in the file trivia_demo.xml.