![]() |
Previous | Next |
The item method retrieves an ErrorItem object from the error queue.
Syntax
player.error.item(index)
Parameters
index
Number (long) containing the index of the ErrorItem object to be retrieved.
Return Values
This method returns an ErrorItem object.
Remarks
Windows Media Player can generate a number of errors in response to an error condition. This method allows the retrieval of a specific error in the queue using an index number. The index numbers for the error queue begin with zero.
See Also
Previous | Next |