I'm trying to use a combobox to load in different videos into a video
object. Can someone please help me out with what i'm doing wrong? I
believe maybe my syntax is incorrect.

Thanks...



function change(evt){
//      trace(evt.target.selectedItem.label);  //works
//      ns.play("vids/vv0040.flv");  //works

//      var show = evt.target.selectedItem.label;
        ns.play(evt.target.selectedItem.label);  //not working
}
comboBox.addEventListener("change", this);
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to