Sign in to follow this  
arthwood

Fcevent - Missing Events Names

Recommended Posts

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!

Edited by arthwood

Share this post


Link to post
Share on other sites
Guest Rajroop

Hey there,

 

Starting FusionCharts v3, the charts can now be very easily integrated with your Flash movies and applications. If you're using Flash 8 (ActionScript 2), you can include the respective chart's class at design-time and then compile it with your application to form a single comprehensive unit. For Flash 9/CS3/CS4/CS5 or Flex, you can load the compiled chart SWFs from FusionCharts for Flex in your movies, as explained at:

http://www.fusioncharts.com/docs/?Flash_Overview.html

 

Please take note that FusionCharts v3.2 Evaluation files, which are coded in AS2, would not support FusionCharts for Flex files. You would have to use the FusionCharts for Flex SWF and other files from the same in your Flex environment.

Ref.- http://www.fusioncharts.com/docs//?Flash_CS3CS4.html

 

I hope this clarifies on the reason for the issue here.

 

I look forward to your reply.

Share this post


Link to post
Share on other sites

Hi Rajroop,

 

I'm using AS3, and as you suggested I added FusionCharts.swc (and framework.swc as there are some dependencies like mx.core.UIComponent) to FlashDevelop project library and now it works great!

 

Thanks for your help!

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

You are always welcome.smile.gif

 

We are glad to know that you have managed to solve your purpose.

 

Keep smiling and keep FusionCharting!biggrin.gif

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