IE doesnot clear Flash Object from memory

Posted by Abhi on Stack Overflow See other posts from Stack Overflow or by Abhi
Published on 2010-05-21T04:55:49Z Indexed on 2010/05/21 5:00 UTC
Read the original article Hit count: 592

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about memory