The ComboBox component
The ComboBox component is used to provide a standard list from which a user can select a value. The component is found in the Flash UI Components and has a number of properties that can be changed through the property inspector. There are also a number of methods that can be accessed through actionscript.
The component is similar to the HTML select element. It has a label - the text that a user sees in the drop down box - as well as data - information that can be accessed programatically.
In this this tutorial we'll create a ComboBox populated with site URLs as shown below. In our example, the site name will be the label for the ComboBox. The data will be the URL of the web site. When a user selects the site, they'll be taken to that URL.
| » Level Intermediate |
|
Added: 2002-08-13 Rating: 7.85 Votes: 26 |
| » Author |
| Applications Developer Marconi Australia |
| » Download |
| Download the files used in this tutorial. |
| Download (369 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!