SOLVED: ignore making my own with timers and just use NativeApplication.nativeApplication.idleThreshold instead!
> From: [email protected] > To: [email protected] > Date: Fri, 3 Sep 2010 11:55:43 +0000 > Subject: [Flashcoders] AIR HTMLLoader mouse events not working > > > hi all, > I'm making a touchscreen kiosk application. its all done except for a timer > that returns to a start screen when it is inactive for more than a couple > minutes. I'm monitoring activity using MOUSE_MOVE event. that works fine > except when using an instance of HTMLLoader where it doesn't seem to pick up > mouse moves or even mouse downs or clicks. I have set the useCapture > parameter to 'true' and that has solved the problem on my Mac laptop, but the > problem still persists when the app is installed on the kiosk machine with > touchscreen. Not sure if this is to do with the OS or the touchscreen or > something else? > Any help greatly appreciated, > David > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

