You have little control over the pointer when you use object spy and move over Flex components in an AIR application.
Solution 1:
Click the control button and move the pointer to the desired Flex component, and then release the control button and select the object
Solution 2:
Make the following changes to the registry. These registry edits force the object spy to get only the details of the selected object instead of all the objects it moves over,
When you move the object spy over an AIR application, the AIR plug-in tries to retrieve details of each point over which the pointer is moved. Therefore, you have little control over the movement of pointer.
For more information, see bug FLEXENT-792.

