Skip to main content
Inspiring
September 18, 2013
Answered

sp.content=null;

  • September 18, 2013
  • 1 reply
  • 796 views

How do I empty the scrolpane?

sp.contentPath = "colTxte_mc";

var colTxte_mc:MovieClip = sp.content;

This topic has been closed for replies.
Correct answer kglad

to unload:

sp.contentPath="";

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
September 18, 2013

to unload:

sp.contentPath="";

Inspiring
September 18, 2013

Thanks kglad.

kglad
Community Expert
Community Expert
September 18, 2013

you're welcome.