Hello everyone,
My question actually goes to core team:
I downloaded "FusionCharts_Evaluation" package and tried to compile AS3 project using FusionCharts class (http://www.fusioncha...ash_CS3CS4.html)
However, I got compilation errors (I'm using FlashDevelop) that some static variables of FCEvent class (events names like FCExported) are missed. They are being used in FusionCharts class.
The FCEvent class is located in FusionCharts_Evaluation\Code\FlashExamples\CS3CS4\com\events\
(BTW shouldn't "events" go to "fusioncharts" namespace like "components", and not keep them directly in "com"?)
Thank you!