ListBox

Hi, all!
is it possible to put images into Listbox? if so, could someone explain it? or any resource that I can find! Thanks!!!

anyone know??? need help!

myListBox.addItem(label [, data])
Parameters

label A text string specifying the item to add to the list.

data A value associated with the list item. This parameter is optional.

Returns

Nothing.

Description

Method; adds a new item with the specified label and data (optional) to the end of the list box, updates the list box, and resizes the scroll bar. The Data parameter can be any Flash object, string, Boolean value, integer, object, or **movie clip. **

thanks I will try

if I want to have a movie clip in the data entry how would I write it???

never tried so not sure.