On Fri, May 29, 2009 at 12:40 AM, Dharmendra Chauhan <[email protected]> wrote:
> The issue is with callBack ,what is happening is as soon you hide Flex > application by opening another application(any app) and then again you > come back to your flex app , call back does not work , they are broken.I > found following related jira for this. > > http://bugs.adobe.com/jira/browse/FP-143 > > To solve this issue , I am re-registering all callBacks on ENTER_FRAME > event and issue appears to be solved but this is leading to memory leak. > > Neither Activate nor FocusEvent.FOCUS_IN does serve my purpose , both > required a mouse Clk before they dispached. I thought you'd get 'activate' when the player got focus. You could try setting the focus back to Flash through JavaScript (I don't remember how to do this now). You should be getting a focus event on the HTML/JS side at least. Manish

