• Jean-Paul Saman's avatar
    mozilla: rework events · b2853e9f
    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'
    b2853e9f
npolibvlc.cpp 56.3 KB