[flexcoders] Mouse off stage and ajax bridge

2008-12-02 Thread flexaustin
Is there a way to stop all mouse event listeners from the stage? Or will I need to do it the hard way and track down all mouse event listeners. My issue is that I have a Hslider that controls a component. When a user stops scrolling for a certain amount of time, pausing, I update the component.

RE: [flexcoders] Mouse off stage and ajax bridge

2008-12-02 Thread Alex Harui
Fake a MOUSE_UP event From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexaustin Sent: Tuesday, December 02, 2008 7:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Mouse off stage and ajax bridge Is there a way to stop all mouse event listeners from the stage