Article written

DropDown list in 6 colors 0

This is an XML based, Flash DropDown list. In 6 unique colors! Made with Flash vector shapes. You can easily edit your items title color, width, height in XML and the flash will automatically generate it.

You can set the following properties in XML :

  • Width of the items
  • Height of the items
  • Title of the DropDown list
  • Title of the item
  • Color of the DropDown button title’s color
  • Color of the item title
  • Target of the item
  • Value of the item
  • HTTP links and flash markers as target
  • Custom value for each item
  • Seconds after close the list

And you can get the following values:

  • Selected value – return: String
  • Value at index – return: String
  • Selected Title – return: String
  • Title at index – return: String

For example:
var selectedDropdownValue:String = YourDropDownListMovieClipName.getSelectedValue();

There is 3 events dispatched: SELECTED , LIST_CLOSE, LIST _OPEN
You can easily add listener for these events.
At targets, with flash markers (simply text, not a link) you can coding down what flash must do when a menu is clicked.

View & Download

subscribe to comments RSS

There are no comments for this post

Please, feel free to post your own comment

* these are required fields