Nice. 
A pie chart for all needs. You can customize it till you are tired of yourself… 
Features:
•Full editable from XML . You can have any number of pies…
•Mouse over pie chart for the chart info
•Auto alignment of the pie when legend is disabled, to the centre of the chart
•Print functionality to print the chart on the fly
•Full XML data backend. You can change the following in the XML :
oWidth and height of the chart. These values decide the boundaries of the title, pie and the legend
oTitle of the Chart
oThe data for the pie chart
oRadius of the pie
oTwo modes – one displays the chart on percentage basis and the other on proportion basis
oMouse tip options
-Enable/disable mousetip
-Mousetip background colour
-Mousetip fade-in time
-Mousetip fade-in delay time
-Mousetip fade anim type
oPie chart options
-Enable/disable pie entrance animation
-Animation time/type/delay options
oLegend options
-Enable/disable legend
-Enable/disable legend animation
-Animation time/type/delay
-Legend colour square size
oShow/hide print button
oThe data required to plot the chart
Credits:
All the tweens in the file are done with mctween
Other goodies:
a href=”http://www.flashden.net/item/scalable-xml-gallery/9632”>
Any queries, customizations…you are most welcome… 
ICEONFLAMES
Posted 5 months ago
Very nice file, but it seems that the pie can’t show parts that are less than 10 percents…? Everything works well above 10%, but once at 9 and below, pie parts become black holes in the pie. ...can you fix it ?
Thx
Posted 4 months ago
I think I found a way to fix this ‘10%’ issue :
In the ‘pie’ MovieClip, in the ActionScript Panel, replace line 11 :
var resolution:Number = Math.floor(pieangle/45);
with this :
var resolution:Number = Math.ceil(pieangle/45);
cheers
Posted 4 months ago
yes…the colours are taken from an XML file…SO you can change the colours.
Posted 2 months ago
Hi iceonflames, i hope this is not a stupid question but can you answer this scenario, I have a website and i would like to have this poll displayed on my webpage so if i understand you correctly once i provided an xml link it should display the information in real time? am i correct in that assumption?
Here’s an example of the xml link: http://www.mydomainname.com/utils/xmlReportArgsCamp.cfm?coids=1342177454&keywords=vote
Thanks Andrew
Posted 2 months ago
@andrew1: for some reason, I’m not able to open the link you provided. can you please send me the xml structure to my mail? contact me from my profile page… 
Great file.
just few questions.
1. How can i change the Background color. Currently its black. I need to change it to WHITE .
2. Is it possible to display Percentage at fixed position. Instead of mouse rollover
I will really appreciate your quick response as i have a tight deadline.
Thanks, Shahab Khan
Posted 14 days ago
@tabahee and @Gopic – well…I’ll help you out if you can mail me from my profile… 