RE: [Flashcoders] AIR HTMLLoader mouse events not working

2010-09-03 Thread David Hunter
thanks for the help, someone on the adobe forum pointed me in that direction too and it looks like its worked. > From: amur...@delvinia.com > To: flashcoders@chattyfig.figleaf.com > Subject: RE: [Flashcoders] AIR HTMLLoader mouse events not working > Date: Fri, 3 Sep 2010 10:43:23 -

RE: [Flashcoders] AIR HTMLLoader mouse events not working

2010-09-03 Thread David Hunter
SOLVED: ignore making my own with timers and just use NativeApplication.nativeApplication.idleThreshold instead! > From: davehunte...@hotmail.com > To: flashcoders@chattyfig.figleaf.com > Date: Fri, 3 Sep 2010 11:55:43 + > Subject: [Flashcoders] AIR HTMLLoader mouse events

RE: [Flashcoders] AIR HTMLLoader mouse events not working

2010-09-03 Thread Andrew Murphy
r-03-10 7:56 AM To: flashcoders@chattyfig.figleaf.com 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

[Flashcoders] AIR HTMLLoader mouse events not working

2010-09-03 Thread David Hunter
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 se