clikthrough

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by clikthrough

  1. V 3.0.5 Problem

    I have a different problem but is very similar...<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> For speed benefits I have loaded the fusionCharts swfs onto our CDN (think akamai, limelight, etc) [ex url cdn.mydomain.com]. Assuming that our CDN only serves static files i can't put the relayer (proxy) code on that subdomain. How can I place the swf on a subdomain that does NOT have the ability to run code? (jsp, asp, php, none) currently the code that is generating the dataXML is located on www.mydomain.com? But both are in the same parent domain [mydomain.com], and I've loaded the crossdamain.xml into my web server so that the flash [loaded from cdn.mydomain.com] can make requests from the webpage to my server. fusionCharts is blocking a subdomain request that even adobe flash is allowing (once configured/allowed)