changing\hiding mouse cursor over plugin

koby <[email protected]> Sun, 6 Nov 2011 04:49:43 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.embedding
Organization http://groups.google.com
Message-ID <84768589-e970-4fff-80c9-f2f97998dd6c@bq8g2000vbb.googlegroups.com>
Hi,
I'm developing a plugin for FF/Chrome/IE/Gecko.
Within my plugin i need to change or hide the mouse cursor.
The plugin is windowless (and should remain so).

I have tired changing the style of DOM containing the plugin but it
does not work, as does calling SetCursor/ShowCursor (probably because
of the Sand Boxing).

I know this is technically possible ( Adobe Flash is able to change
mouse cursor, I.E YouTube flash player)

Thanks,
Koby