Hello, Christian. Thank you for your e-mail. Actually,I am interested in knowing if I can detect if a user passed the mouse over a flash animation, or if s/he clicked on the flash object. Indeed, it is a plug-in. Do you know if there is an easy way to do that ? Does Flash expose interfaces to XPCOM that I can use?
Thanks in advance for your help Cheers, Oliveiros 2007/5/19, Christian Biesinger <[EMAIL PROTECTED]>: > > Oliveiros Cristina wrote: > > I would like to know how to detect (or if it is possible at all) to > detect > > if the user passed with mouse cursor over some object on a page, for > > example, a certain flash animation. > > Well, in general you can use the DOM APIs for this (onmouseover event > listeners; for questions about that the DOM mailing list would be a > better choice), but I'm not sure how well this works for plugins. > > -christian > _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
