my_lb.addEventListener("itemRollOver", this);

function itemRollOver(o)
{
    highlightedIndex = o.index;
}

----- Original Message ----- 
From: "Mike Boutin" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Saturday, February 18, 2006 4:37 AM
Subject: [Flashcoders] (no subject)


Is there anyway to get the label of a highlighted item in a list 
component (flash8)?  I can get the lable of the selected item by doing 
my_list.selectedItem.label but is there something like 
my_list.highlightedItem.label??

_______________________________________________
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
_______________________________________________
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