For information, I have this structure :
<container id="container">
<FlexIFrame>
</container>
When i have displayed a flexIframe, a reference of FlexIFrame Object
is kept unless this line : container.removeAllElements()
I try to manually remove eventListeners (REMOVED_FROM_STAGE and
ADDED_TO_STAGE), but without any changes ...