I ended up hiding the flash layer when my dialogue opened up, due to the same problem. At the beginning of the fade in, I display:none to the flash div. But a wrapper on the div has a still from the flash in the bkgd, so essentially that bkgd is being temporarily unhidden. I reverse the process for the fadeout, display:block to the flash div after the fadeout is complete.
On May 3, 7:59 am, dani <[email protected]> wrote: > Anyone? > > On 30 Apr, 14:26, dani <[email protected]> wrote: > > > When i open a dialog on top of a flash object, the flash object still > > receives "mouse hover" (independent of modal option). Is there any way > > I can disable interaction with the underlying flash object while the > > dialog is showing? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
