I'm sorry that I must report errors again, but many more functions in the playlist-object does not work:
vlc.playlist.pause() -> an error occurs (does not work in older activex versions, too)
vlc.playlist.togglePause() -> stops the playback only
vlc.playlist.next() -> does not work and stops the playback
vlc.playlist.prev() -> does not work and stops the playback
vlc.playlist.clear() -> does not work
vlc.playlist.removeItem() -> an error occurs
vlc.playlist.items -> not available (object is null)
vlc.playlist.items.count -> not available
vlc.playlist.items.clear() -> not available
vlc.playlist.items.remove() -> not available
All this occurs the first time in this build:
http://nightlies.videolan.org/build/win ... 0107-0204/
The mozilla-plugin works fine in all versions.