An error occurred fetching the project authors.
- 06 Apr, 2010 3 commits
-
-
Jean-Paul Saman authored
The mozilla webplugin supports only the libvlc_MediaPlayer* events just like the ActiveX webplugin. Ommit the 'libvlc_' prefix from the libvlc_MediaPlayer* events to obtain the events name that must be used from JavaScript to listen on the event. Example: - libvlc_MediaPlayerOpening becomes 'MediaPlayerOpening' - libvlc_MediaPlayerNothingSpecial becoms 'MediaPlayerNothingSpecial'
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
In the windows gecko-sdk the call NPN_PluginThreadAsyncCall() is not supported, so the code most resort to an older method of sending async events from the plugin to the browser. Source: http://stackoverflow.com/questions/1931883/generating-async-javascript-events-from-browser-plugin-npapi
-
- 30 Mar, 2010 2 commits
-
-
Nicolas Chauvet authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Nicolas Chauvet authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 16 Mar, 2009 1 commit
-
-
Jean-Paul Saman authored
-