natg504 Report post Posted January 6, 2011 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
roncli Report post Posted January 27, 2011 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