I have the evaluation version of FusionCharts v3. I am attempting to insert a chart into my PowerPoint presentation, using the included instructions.
I insert a Shockwave/Flash Object into the slide, go to its properties.
In Movie: I add the path to the swf (C:/presentation/charts/swf/chart.swf)
In FlashVars, I attempt to add dataURL=C:/presentation/charts/xml/chart.xml, but PowerPoint does not allow this, it immediately blanks out the space.
So, instead I tried the other method
Movie: C:/presentation/charts/swf/chart.swf?dataURL=C:/presentation/charts/xml/chart.xml
When this did not work I tried the same, but with the dataURL path urlencoded.
All attempts give me a blank screen.
With my self-created swf, I hardcoded the xml path into the swf, added the swf in the same manner, without any appended vars, and the swf works 100%. How do I get the example charts working 100% without the source code? I need to do this to show the charts to my boss before he can decide to purchase.