Hakan Report post Posted July 23, 2008 In my desktop application I show a FC chart in an IE Browser Control (setDataXML method with the XML hardcoded in the HTML). During development all files are loaded from local file system: The HTML file, js include files, chart swf file, image files and so on. The path to the files (in the HTML code) is "C:/Data/Utveckling/Dev/Siffersurfaren/res/". This works fine. When building the release version the load method is changed. All files are embedded as resources in a DLL file and then loaded from the DLL at runtime, both the HTML file and all other files reffered to in the HTML. In this case the path to the files in the HTML code is "res://C:ProgramEdisonEdison Ekonomi Byr Share this post Link to post Share on other sites
Hakan Report post Posted July 23, 2008 Sorry, a small typo in the code above. It should be: ......./RT_SS_XF/xf_FusionCharts_Line.swf....... It doesn't help to exclude the querystring parameters: myChart = new FusionCharts("res://C:ProgramEdisonEdison Ekonomi Byr Share this post Link to post Share on other sites
Rahul Kumar Report post Posted July 23, 2008 Hi, It seems that flash player does not support res:// protocol, thats why it fails to show the chart. Share this post Link to post Share on other sites