Title: FPieChart Version: 1.2 Author: Stephen Koch Website: http://www.komielan.com/ Category: data Submitted: 2004-04-24 Last Updated: 2004-04-24 MXP Size: 45 KB Zip Size: 10 KB Description: A Flash Pie Chart to display any number of values/items. Calculates the percentages and displays on rollOver of the Chart. An example can be found at: http://www.komielan.com/projects/actionscript/compontents/index.php Provide some data via the function 'addItem', set the title, and then call the function to draw the PieChart: this.PieChart.addItem("Stella Artois", 15, 0xFF9900); this.PieChart.addItem("Budweiser", 10, 0x996600); this.PieChart._title="Currently Drinking"; this.PieChart.plotChart(); If you should reuse the same Pie Chart and want to display different values, be sure to call 'refreshChart' before providing any more data. sjk - 4/24/2004 2:33PM