6. Now back to the Parameters box, now select data and press dd.gif

7. Type in the URL for RM Templates.com, please see the screen shot below:

xx.gif

Notice the 0 next to the URL. Press OK.

8. You comboBox should look something like this:

dfdd.gif

9. Its time to add some acution scripts, open the acution script panel (Actions - Frame)

select ComboBox, and paste in the following script:

on (change) {
//trace(”I selected: ” + this.getValue() );
my_url = this.getValue();
if (my_url != “”) {
getURL(my_url);
}
}

10. Test the movies by Control > Play Movie

NOTE: You MUST add more then one options in this tutorial I only added one label, but you must add more then one to make this work, see example below:

Reslut: dropdown1.swf   | dropdown.fla

You may link to the tutorial but do not repost it.

Enjoy
Rubayath