Hi,
I build vlc and mozilla plugin from git-1.1.0,with firefox-3.5.8.I wrote a HTML page with javascript to control the vlc plugin,when vlc plugin is in FULLSCREEN state,other javascript function can't work because the focus is out of the firefox now.
Then I check the vlc source code,the mozilla plugin use the LIBVLC to create player in firefox,and I want to know whether LIBVLC will response the keyboard downpress(PAUSE、SEEK、FASTFORWORD、FASTREWIND etc) like using javascript APIs?
Thanks.
djstava