Jerry DuVal wrote, on Mon 2/25/2008 5:42 AM:
> I have a expandable Javascript menu in our html application that needs to be
> able to expand over a flash object. I have this working currently in IE and
> FF by adding the wmode="opaque" on the embed tag.  My only issue is that in
> FireFox the flash object does not respond to mouse wheel events ( which
> seems to have already been reported here
> https://bugs.adobe.com/jira/browse/SDK-12415 ).  So my question is,  does
> anyone have a alternative method of making the HTML appear on top of the
> flash object besides using wmode?

"WMODE" is the markup argument the browsers offer, for piping plugin content to 
the browser's compositing buffer rather than directly to screen.

Even though their implementations diverge, we're still pretty lucky that they 
all agree on the same term.... ;-)

Doublecheck your Firefox version, then the Mozilla bugbase. If an input device 
fails in only one browser version when using such piping, then that would be 
something that could be addressed by the browser itself. 

jd

Reply via email to