I'm setting up a kiosk on a Mac Mini running OSX8 MLion but I program in Flash on a PC. Up to date Flash Player 11 on both. I use a Mouse.hide() to hide the cursor since it uses a touchscreen.
Now here's the thing: I can hide the cursor in the Projector on my PC but not the Mac.
After a little research, I uninstalled Flash Player ver 11.5 and reverted to 10.3 on the mac. Now here's the weird part. I can hide the cursor in 10.3 on the Mac IF it's not fullscreen. (using StageDisplayState.FULL_SCREEN). Went back to try that trick with FP 11 and no dice.
My fix works but it's not ideal.
Anybody else see this and know what to do about it?