Flash Player 7.
DisplayBox.SingleClick = function(ID)
{
// your statements here
}
ID The row ID
None.
Event handler; invoked when a row or image in a row is first clicked on since
any other rows have been clicked on. This event will also fire every time a
row or row image is clicked on when the DisplayBox.MultiSelect is set to true.
The SingleClick method receives one parameter, ID, which is a number representing
the row that was clicked.