I dynamically added a Flex object to the HTML page through JavaScript. The Flex object is in the "div" tag. Now, when I call the "removeChild" Javascript function to remove the dynamically added "Object" tag, the object tag is deleted successfully; however, memory that has increased due to loading of the Flex object is never remembered by IE. Even if I update the browser, the memory is still not cleared. How can I recall the memory that was allocated for my Flex object?
source share