Hi All, Does the VLC plugin support DOM event listeners? I'd like to monitor changes in input state. Currently i setup a javascript timer to pool player.input.state every 800ms and use it to update the state of my control buttons. But i'd like to do something like : player.addEventListener('vlc_stat...