FusionCharts for Flex > Installation > Upgrading from previous version
Upgrading from v1
Follow the given steps to upgrade version v1 of FusionCharts for Flex.
- Remove the FusionCharts.swc file from your previous installation.
- If you haven't changed the default SWF path, then remove the chart SWF files from the
/src/fusioncharts
folder located in the project path.
- If you have been using a different chart SWF path, then remove the files from that location.
- Follow the installation instructions provided in the installation section.
- Change all object references fromt com.fusioncharts.components.FCEvent to com.events.FCEvent.
- Finally recompile the project, and you are now ready to derive the benefits of the new release.
Upgrade from Beta Version
Follow the given steps to upgrade your beta version of FusionCharts for Flex.
- Remove the FusionCharts.swc file from your previous installation.
- If you haven't changed the default SWF path, then remove the chart SWF files from the
/src/fusioncharts
folder located in the project path.
- If you have been using a different chart SWF path, then remove the files from that location.
- Follow the installations instructions provided in the installation section.
- Change all references of the object com.fusioncharts.components.FCEvent to com.events.FCEvent.
- Finally recompile the project, and you are now ready to derive the benefits of the new release.
Upgrade from Evaluation Version
Follow the given steps to upgrade your evaluation version of FusionCharts for Flex.
- Remove the FusionCharts.swc file from your previous installation.
- If you haven't changed the default SWF path, then remove the chart SWF files from
/src/fusioncharts
and /src/fusionwidgets
folders located in the project path.
- If you have been using a different chart SWF path, then remove the files from that location.
- Follow the installation instructions provided in the installation section.
- Finally recompile the project, and you are now ready to derive the benefits of the new release.