Search found 1 match

Go to advanced search

by c60
07 Nov 2007 16:23
Forum: Web and scripting
Topic: vlc.playlist.add(url,name,options) fail in IE, FF is ok
Replies: 7
Views: 19066

Re: vlc.playlist.add(url,name,options) fail in IE, FF is ok

I had the same thing here. It turns out the there is a conflic between the IE ActiveX plug-in and json.js. Json.js will extend each javascript object with the function toJSONString(). If this function is added to the vlc plugin object, a call to vlcObject.add(url, name, options) will fail, displayin...

Go to advanced search