Hi, I landed up myself in to memory leak and the reason of this leak is enterFrame event. I am re-registering ExterfaceInterface.callBack methods on this event to solve a problem ( callback connection broken on lost focus).
memory consumption keeps increasing even when app is idle.. I need a event which gets fired when user switch to my app ,in this event I will re-register call backs to solve broken callBack connection issue. these callback are getting called from Dot Net application. Please , suggest some alternative for EnterFrame event which gets fired on set focus event. Regards, Dharmendra

