I've tried the VLC browser plugin and I've been quite satisfied with it. But when I click inside the VLC frame, the click event is not delegated to the browser after VLC eventually has handled it, i.e. there is no bubbling. Is this the default behavior for browsers/browser plugins in general, i.e. that the browser just looks at the <embed>
or <object>
and decides that it is outside of its responsibility, and can browser plugins bubble this event if they want to?
I know that this might vary depending on both browsers and types of plugins (NPAPI/ActiveX), and that makes the question even more interesting, IMHO.