Hi, I'm running a Flex 2 application with a Java backend using Tomcat and GraniteDS for remoting.
When I host the swf in the tomcat application ( embedded in a html file ), it works fine and can connect to the backend. The swf is quite large and I'd like to host it on a content delivery network. When I put the swf on the cachefly CDN and use an external link in the html to embed it in my tomcat webapp, the swf loads but can't connect to the backend. Is there a way that you can host an application swf externally and somehow point it to the tomcat server so it can connect to the backend? Thanks for your help, Edison

