Using Framework RSL
matt_chotin Nov 3, 2008 2:37 PMIf the SWZ is in the same location as your app (same server) you shouldn't need a crossdomain. Have you maybe monitored your HTTP traffic to see the request for the SWZ and how that works out? Maybe your web server is not sending back the SWZ correctly because of an unknown mime-type?<br /><br />If the SWF failover is working it's not going to be due to crossdomain either.<br /><br />Matt<br /><br /><br />On 11/3/08 2:15 PM, "alex_stewart" <member@adobeforums.com> wrote:<br /><br />A new discussion was started by alex_stewart in<br /><br />Developers --<br /> Using Framework RSL<br /><br />Hi there,<br /><br />I developed a Flex Application on my local machine and used signed Adobe Framework RSL. It works perfect on my machine and creates the Flash Player Cache on my machine.<br /><br />Now when I deploy the same application on my server with the swf files and the swz files, the application is not able to create cache on the client machine. (its not able to use the framework.swz file which I have deployed rather uses the failover framework.swf files available to it). I am using the same setting (default) which I have on my localhost.<br /><br />I did some reading which says that I should create a cross domain policy file etc.<br />http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_09.html<br /><br />I even deployed a crossdomain.xml file in my directory which has my application files (root directory) but did not help<br />I used a generic crossdomain file<br /><br /><?xml version="1.0"?><br /><br /><cross-domain-policy><br /><allow-access-from domain="*" to-ports="*" secure="false"/><br /></cross-domain-policy><br /><br />I am sure I am missing something or ding something wrong, Can you please help me and tell me how can I deploy my application on my server?<br />and if required what exactly should I put in my config files and in my crossdomain.xml file?<br /><br />Thank You<br /><br />________________________________<br />View/reply at Using Framework RSL <a href=http://www.adobeforums.com/webx?13@@.59b6ed06><br />Replies by email are OK.<br />Use the unsubscribe <a href=http://www.adobeforums.com/webx?280@@.59b6ed06!folder=.3c060fa3> form to cancel your email subscription.

