Im having an issue where the width and height of the flash movie is larger by about 2000 after render is called.
Using the flash example of MyFirstChart.
I put a trace of this._width after new Column2DCHart call. it shows 485. Which is right based on the chart size of 450.
Then put a trace after the render. the width is now 2485.
Why does this happen and how do I stop it. I need the height and width of the movie so I can position things.