Hi there,
I would like to know if the VLC activeX plugin can catch mouse events and delegate them back to the browser.
I am using the VLC plugin as an RTSP player in my web application and catching the mouse click event in the video frame is crucial for me to decide if I'll use the plugin or not.
I've tried to sign the "onclick" event on the vlc object but it doesn't work.
also trying to put a transparent div above the vlc object isn't working because the VLC Element is always on top (also stated in the documentations).
is there a work around to catch mouse event inside the vlc object and delegate them back to the browser ?
Thanks,
Ram.