hello there! 
  
I'm new to FusionCharts, so maybe ly question is silly, but i couldn't find out the solution. 
  
What i want to achieve : 
- generate a multiple series line chart (MSLine) in html5, from a extern xml datas file (with VLines, but that is not the heart of the issue) 
  
What is my problem : 
 - i'm trying to apply the tuto "Using FusionCHarts PHP class"  in the section "Creating a chart with external xml file", i'm studiying the code. 
Aaaand there is:    
  
$FC->setSWFPath("../../FusionCharts/"); 
  
  
And i really don't want to create charts in swf. But there is nothing precised for html5/svg charts 
  
is there any way to do that via the PHP Class? Or do i have to use another tool??