Mathachew

Members
  • Content count

    1
  • Joined

  • Last visited

About Mathachew

  • Rank
    Forum Newbie
  1. Using Fusioncharts From A Cdn

    I frequently release updates for my company's ASP.NET MVC sites and am in the process of including less content with each publish by hosting various files on a CDN. My charts are displaying correctly when using the SWFs from the CDN. However, when I specify a background image from the CDN, I get the following error when debugging: The url for the SWF and my png are the same, and I have tried making the path to the image relative, but doing so results in the browser attempting to fetch the image from the website's url rather than the CDN. I'm using v3.1.1 and am loading an xml string in JS using chart.setDataXML. Any thoughts?