PDA

View Full Version : ::| Pull Down Menu with Links |::


ox4dboy
02-26-2004, 12:29 PM
I need to build a simple pull down menu in flash that will display and act like an html pull down menu does. It needs to do what the HTML code does below, except I also need each item, once selected ,to go to a specified URL.

I need this html to work in Flash, however Flash accomplished this:
<form action="" name="default">
<select size="1" name="select2" style="font-size: 8pt">
<option>Item 1</option>
<option>Item 2</option>
<option>Item 3</option>
<option>Item 4</option>
</select>
</form

I am using Flash MX 2004, and this pull down has to work when exported as Flash Player 5. Can someone please help me out, I am in a pinch and need to knock this out ASAP. Any help is much appreciated.

Thanks,
Jono