Hey, i am trying to post the file here so u can check it up.
But for some reason, the file is too big to b uploaded.
Can i send it to ur email? Send me a private msg with ur email, pls.
Thanks.
Leo.
function displayDetails(evtObj:Object):Void {
trace(evtObj.target + " called displayDetails by broadcasting " + evtObj.type + ". The label of the selected item is " + evtObj.target.selectedItem.label + ".");
trace("__________________________________________________________________________");
}
list.addEventListener("change", displayDetails);