IE doesnot clear Flash Object from memory
- by Abhi
Hi,
I have dynamically added a Flex Object in a HTML page through JavaScript.
The Flex object is located in a "div" tag.
Now when I call the "removeChild" JavScript function to remove the dynamically added "Object" tag, the object tag gets removed succesfully; however the memory that has increased due to the loading of the Flex Object is never recollected by IE.
Even if I refresh the browser the memory is still not cleared.
How do I recollect the memory that was allocayed to my Flex Object?