Drop-down list

it’s possible to do this html efect (the drop-down list) in flash

 
html code example
<SELECT NAME="cities">
<OPTION VALUE="paris">Paris</OPTION>
<OPTION VALUE="francisco">San Francisco</OPTION>
<OPTION VALUE="jose">San Jose</OPTION>
<OPTION VALUE="vegas">Las Vegas</OPTION>

</SELECT>

thanks