![]() |
Previous | Next |
The getNextSelectedItem method retrieves the index of the next selected item in the playlist following the specified index.
Syntax
elementID.getNextSelectedItem(item)
Parameters
item
Number (long) indicating the index of the item to search after.
Return Values
This method returns a Number (long).
Remarks
When there are no further selected items, this method returns 1.
See Also
Previous | Next |