FusionCharts for Flex在web工程不能显示的一个原因

PS:该总结主要来源于dananhai381在论坛中的回答,由于网上再也找不到其他专门针对这个问题的回答,所有专门提出来。

 

 

由于没有指定FCFolder所有找不到相关的包。

FCFolder

This attribute sets the folder where the chart SWF files are kept. By default, FusionCharts for Flex component assumes that the charts are present in "fusioncharts" folder in "src" or the folder where the application MXML files is present. But, the developer can always decide to keep the chart SWF files in some other folder. The value of this attribute would be a path relative to the Application MXML file's folder. Example: "." - when the chart SWF files resides in the same folder as the Application MXML file. "myCharts" - charts are in a folder named "myCharts" inside the Application MXML file's folder. "resources\charts" - charts are in "charts" folder inside "resources" folder. The "resources" folder is placed in folder where Application MXML file is present.

你可能感兴趣的:(Web,xml,Flex)