Hello

this seems to be a mac specific problem.

previously, before the new firefox update, i was able to use the new method with flash 9 to expand to fullscreen

(see: http://board.flashkit.com/board/show...ullscreen+html
and
http://www.adobe.com/devnet/flashpla...reen_mode.html )

and at the same time replace the cursor using

Mouse.hide();
crosshair_m1c.onMouseMove=function(){
this._x=_xmouse;
this._y=_ymouse;
updateAfterEvent();
};

without difficulty.


however, now in firefox (latest update) i can only move the new cursor by clicking and dragging.

see:

http://www.ablab.org/test

if you open that url (on a mac ?) in safari or internet explorer, the cursor moves smoothly. If you open it in firefox (latest update) you have to click and drag to move it ?

does this problem reproduce on your computer ?
does any body have any idea how to solve it ?

many thanks.