Search found 2 matches

Go to advanced search

by VSB
29 Jun 2010 19:30
Forum: Web and scripting
Topic: Error Calling method on NPObject since version 1.1.0
Replies: 2
Views: 1940

Error Calling method on NPObject since version 1.1.0

I get this error on the Mozilla Plugin (didn't test it on ActiveX) only since I installed version 1.1.0, before this it worked fine the script i'm using is made from the examples found here: http://wiki.videolan.org/Documentation:WebPlugin#Playlist_object the error appears in the registerVLCEvent fu...
by VSB
08 Jun 2010 18:57
Forum: Web and scripting
Topic: Can't add a xspf file to the plugin's playlist
Replies: 0
Views: 619

Can't add a xspf file to the plugin's playlist

Can the plugin load xspf files? here's the javascript code I'm using to add a xspf file (a playlist) to the plugin's playlist. playlist="D:\playlists\playlist1.xspf"; vlc.playlist.items.clear; var id = vlc.playlist.add(playlist); vlc.playlist.playItem(id); it works with regular movie files...

Go to advanced search