execute vlc.playlist.add(mrl, name, options).
The Error i get from the browser is
TypeError Invalid procedure call or argument
In Firefox its just work
do anybody know why
The vlc.playlist.add(mrl) seems to work in IE and Firefox
but it would be nice to add some options to the playlist item
vlc.playlist.add(mrl) : add a playlist item as MRL (Multimedia Resource Locator). The MRL must be given as a string.
vlc.playlist.add(mrl,name,options) : add a playlist item as MRL (Multimedia Resource Locator), with metaname 'name' and options 'options'. All input values must be given as string.