blanius
08-17-2006, 10:42 PM
Can I retrieve the label as well as the value from a listbox?
blanius
08-17-2006, 11:09 PM
figured it out
this.getSelectedItems()[0].label
Will_learning
03-11-2007, 07:40 PM
What if you are using the cue point from a FLV that drives the presentations style file to different pages or labels. Is it a way to make a listbox that binds to the cue points, so the user can jump forward or back to the cue points?
http://www.adobe.com/devnet/flash/articles/vidtemplate_corppreso.html
Basicly, I would like to put the links to cue points like in the one at this link, in a Listbox, so the the user can scroll the box, in case there are a large number of cue points.
Thanks