tags:

views:

11

answers:

0

I have created created a windows application which loads flash movies in modal window form by selecting one of the movie from the parent form. What happens is that user can play that movie in auto mode for let's say 20 minutes. I watch the Task manager closely and what happens is my application memory goes on increasing and it never gets stangnent. It reaches above 200 in 20 minutes or so..which is quite high. When I close the modal window the memory doesno't fall back to original state. I have properly disposed the OCX flash object on dispose of child form. For example if before opening the child window memory was lying there at 70MB it does't come bak to 70 rather it stays at 90 or above. I feel it shall come back. Kindly let some help regarding the same...

Also I am unable to figure out where the memory leak lies....is it possible that Flash movie has leaked memory and even after disposing the ActiveX control it is not getting back. My understanding is if anything is hosted in ActiveX control and it eaks memory its out of control of the host application to do anything about it. Please correct me if I am wrong