Help! Listbox to loadMovie?

[SIZE=1][COLOR=Purple]~Vent~ Flash MX components are so hard to customize for newbies! :fight:[/COLOR][/SIZE]

I have a Listbox, and I am trying to load different movies into a container based on the selection. I can’t seem to make it work, please help! Thankyouuuuuuuuuuuu!
[INDENT][COLOR=DarkSlateBlue]var myListener:Object = new Object ();
clients_cb.addEventListener(“change”,myListener);

myListener.change = function () {
container.loadMovie(clients_cb.data+".jpg");
}[/COLOR]
[/INDENT]