HI, 
  
  
  
I am using fusion Charts V.3 
  
  
  
I want to load fusionchart in my flash movie. When I try out your examples in your documentation (Flash for web developers -->). I get hundrets of errors. 
  
  
  
I starts with 
  
  
  
**Error** F:web_2xampphtdocsfusion_into_flashcomfusionchartshelperMacros.as: Line 112: The class or interface 'com.fusioncharts.helper.FCError' could not be loaded. 
  
     						throw new FCError ("Invalid Macro", "Couldn't find Macro "" + strMacro + "". Please provide a valid macro name in XML. Do remember that macros are Case-sensitive and you can only assign pre-defined macro values. See documentation for more details.", Logger.LEVEL.ERROR); 
  
  
  
  
  
**Error** F:web_2xampphtdocsfusion_into_flashcomfusionchartscoreStyleManager.as: Line 113: The class or interface 'com.fusioncharts.helper.FCError' could not be loaded. 
  
     			throw new FCError ("Invalid Style Name in Style Definition", "Style "" + strStyleName + "" has not been defined and as such cannot be associated with a chart object.", Logger.LEVEL.ERROR); 
  
  
  
  
  
etc.. 
  
  
  
Even when I open your example files (e.g. myFirstChart.fla) in flash and save the file, the swf-file is not working anymore. 
  
Path etc. should be correct.  
  
  
  
I use Flash 8 Professionell version. Settings are Actionscript 2 
  
  
  
Whats wrong??? 
  
  
  
Regards 
  
Jens