Combo Box - Load Movie

Can someone please help guide me on using a combo box to Load Movies?

A little more specific, please. But it will either be:

on(change) {
_root.createEmptyMovieClip("container", 1)
if (this.selectedItem.*label or data* = "*label or data of corresponding item*") {
loadMovie("*correspondingmovie*","container")}
else if (this.selectedItem.*label or data* = "*label or data of corresponding item*"){
loadMovie("*correspondingmovie*","container")}

… if you have a go button, then interchange the first line with button.onRelease.