Sign in to follow this  
Al

remove()

Recommended Posts

Hello all,

 

 

 

I am using a fusionCharts doughnut that I have embedded in another flash movie using the setXMLData() and the render() methods. These load into the parent movie nicely and the animation is smooth. What I'd like to do is find a way to "unLoad" the doughnut again which isn't as abrupt as the remove() method.

 

 

 

If for example (using the following for the chart container):

 

 

 

var chartContainer1MC:MovieClip = this.createEmptyMovieClip("ChartHolder1", 1);

 

I thought that progressively reducing chartContainer1MC._alpha would allow me to fade the chart out, before re-populating with something else. This works insofar as the body of the chart fades out, but all the smart labels/lines remain, simply hanging in space, until the remove() method is invoked.

 

 

 

Does anybody know anything about this? I am sure I have missed something simple, somewhere.

 

 

 

Thanks in advance,

 

 

 

Al

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this