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
