![]() |
Previous | Next |
The playlistChange event occurs when a playlist changes.
Syntax
playlistChange(Playlist, change)
Parameters
Playlist
Playlist object which changed.
change
Number (long) indicating what type of change occurred to the playlist. Includes one of the following values.
Number | Name |
0 | Unknown |
1 | Clear |
2 | InfoChange |
3 | Move |
4 | Delete |
5 | Insert |
6 | Append |
7 | Private |
8 | NameChange |
9 | Morph |
Remarks
The value of event parameters is specified by the player, and can be accessed or passed to a method in an imported JScript file using the parameter name given. This parameter name must be typed exactly as shown, including capitalization.
See Also
Previous | Next |