Skip to main content
Manjith_C_M_
Inspiring
September 7, 2010
Question

AS3 How reload Movie Clip.

  • September 7, 2010
  • 1 reply
  • 2498 views

hi,

1,How reload Movie Clip...?

2,i think when we remove a Movie Clip,children and all instance object are also removed  from stage but it still use memory of server..right..?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
September 7, 2010

1.  how'd you load the movieclip to start.  (ie, copy and paste the relevant code, ONLY.)

2.  readying displayobjects for gc (so they're no longer using memory) requires removing from the display list, removing all listeners and nulling all references.