I've had to setup one of my applications recently to run through an Apache proxy to reach my Oracle HTTP server. It's setup as a 'reverse proxy' and works fantastic for everything - except my flash charts.
Does anyone have any idea why this is failing and how I might fix this? I've noticed that there is a parameter in the chart XML
<param name="allowScriptAccess" value="sameDomain">
I've Googled this and found very little that tells me exactly what this parameter is controlling, and whether it might be causing this problem. Anyone have any ideas?
Earl