Sign in to follow this  
natg504

Flash Examples

Recommended Posts

I'm having trouble setting up the Flash Examples for CS4. I opened the SalesChartDashboard.fla file, and published it. When I publish I get the following errors from the JPEGEncoder.as file.

 

1044: Interface method encodeByteArray in namespace com.fusioncharts.components.codec:IImageEncoder not implemented by class com.fusioncharts.components.codec:JPEGEncoder.
1044: Interface method get contentType in namespace com.fusioncharts.components.codec:IImageEncoder not implemented by class com.fusioncharts.components.codec:JPEGEncoder.
1044: Interface method encode in namespace com.fusioncharts.components.codec:IImageEncoder not implemented by class com.fusioncharts.components.codec:JPEGEncoder.

 

When I go to view the generated html file on the server, it displays the "FusionCharts in Flash CS3/CS4" heading, but that's all. I'm having the same issues with the other Flash examples as well.

 

I'm guessing I must have something wrong with the directory structure or namespace, but I don't know how to fix it.

 

Thanks,

Share this post


Link to post
Share on other sites

I'm getting the same errors. The strange part is these are modified versions of files that come straight from Adobe. I tried using those files instead and got the same errors. Just glancing at the code, I do not see the cause of the error, as the interface looks valid, and the implementation contains public versions of the interface.

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