etm Report post Posted April 16, 2008 I'm trying to use some code using your javascript method. var chart1 = new FusionCharts("" My question is why do you have to use relative addressing with the function call? Steps taken: - created virtual directory under main root web called Fusion charts. Beneath that folder I placed a folder called SWFile. Attempted to create web reference. I've tried creating dynamically: http://<web root name>/FusionCharts/SWFile/<chart swf file>.swf That did not work. I then tried creating an application wide variable for the root web server map path and adding Fusion ChartsSWfile i.e.: c:<root web directory>FusionChartsSWFile<swfile>.swf And that did not work. Are their any hints or workarounds to using relative address "../../FusionCharts" Share this post Link to post Share on other sites
Pallav Report post Posted April 22, 2008 It's because of cross domain security restriction to prevent XSS attacks. Share this post Link to post Share on other sites