vlc.playlist.add(url,name,options) fail in IE, FF is ok
Posted: 18 Jan 2007 14:21
Its seems like IE7 have not testet in IE6, but IE7 fails when trying to
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
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.