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...