8 Replies Latest reply: Nov 4, 2008 11:34 AM by (alex_stewart) RSS

    Using Framework RSL

    matt_chotin Community Member
      If 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.
        • 1. Re: Using Framework RSL
          Thank You for the reply Matt,
          yes the .swz fle and the application are in the same place on the same server and yes the failover file is able to load. (it makes sense that it should not be a crossdomain policy file issue)

          If I request my .swf file that shows up but a request for the .swz files fetches a page not found error. Is this a problem? How can I resolve it?

          Once again thank you for your kind reply.
          • 2. Re: Using Framework RSL
            Community Member
            Thank You for the reply Matt,
            yes the .swz fle and the application are in the same place on the same server and yes the failover file is able to load. (it makes sense that it should not be a crossdomain policy file issue)

            If I request my .swf file that shows up but a request for the .swz files fetches a page not found error. Is this a problem? How can I resolve it?

            Once again thank you for your kind reply.
            • 3. Re: Using Framework RSL
              matt_chotin Community Member
              I'm guessing you're going to have to debug on the web server why the swz might not be there or might be returned as 404.<br /><br /><br />On 11/3/08 3:03 PM, "alex_stewart" <member@adobeforums.com> wrote:<br /><br />A new message was posted by alex_stewart in<br /><br />Developers --<br />  Using Framework RSL<br /><br />Thank You for the reply Matt,<br />yes the .swz fle and the application are in the same place on the same server and yes the failover file is able to load. (it makes sense that it should not be a crossdomain policy file issue)<br /><br />If I request my .swf file that shows up but a request for the .swz files fetches a page not found error. Is this a problem? How can I resolve it?<br /><br />Once again thank you for your kind reply.<br /><br />________________________________<br />View/reply at Using Framework RSL <a href=http://www.adobeforums.com/webx?13@@.59b6ed13/0><br />Replies by email are OK.<br />Use the unsubscribe <a href=http://www.adobeforums.com/webx?280@@.59b6ed13!folder=.3c060fa3>  form to cancel your email subscription.
              • 4. Re: Using Framework RSL
                <div class=Section1><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>What OS is the client running on (the one that can&#8217;t load a swz<br />file)?<o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'><o:p> </o:p></span></p><br /><br /><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><br /><br /><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span<br />style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> alex_stewart<br />[mailto:member@adobeforums.com] <br><br /><b>Sent:</b> Monday, November 03, 2008 5:15 PM<br><br /><b>To:</b> flexsdk-dev@adobeforums.com<br><br /><b>Subject:</b> Using Framework RSL<o:p></o:p></span></p><br /><br /></div><br /><br /><p class=MsoNormal><o:p> </o:p></p><br /><br /><p class=MsoNormal style='margin-bottom:12.0pt'>A new discussion was started by<br />alex_stewart in <br><br /><br><br /><b>Developers</b> --<br><br />  Using Framework RSL<br><br /><br><br />Hi there, <br><br /><br><br />I developed a Flex Application on my local machine and used signed Adobe<br />Framework RSL. It works perfect on my machine and creates the Flash Player Cache<br />on my machine. <br><br /><br><br />Now when I deploy the same application on my server with the swf files and the<br />swz files, the application is not able to create cache on the client machine.<br />(its not able to use the framework.swz file which I have deployed rather uses the<br />failover framework.swf files available to it). I am using the same setting<br />(default) which I have on my localhost. <br><br /><br><br />I did some reading which says that I should create a cross domain policy file<br />etc. <br><br /><a href="http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_09.html">http://livedoc s.adobe.com/flex/3/html/help.html?content=rsl_09.html</a><br /><br><br /><br><br />I even deployed a crossdomain.xml file in my directory which has my application<br />files (root directory) but did not help <br><br />I used a generic crossdomain file <br><br /><br><br />&lt;?xml version=&quot;1.0&quot;?&gt; <br><br /><br><br />&lt;cross-domain-policy&gt; <br><br />&lt;allow-access-from domain=&quot;*&quot; to-ports=&quot;*&quot;<br />secure=&quot;false&quot;/&gt; <br><br />&lt;/cross-domain-policy&gt; <br><br /><br><br />I am sure I am missing something or ding something wrong, Can you please help<br />me and tell me how can I deploy my application on my server? <br><br />and if required what exactly should I put in my config files and in my<br />crossdomain.xml file? <br><br /><br><br />Thank You <o:p></o:p></p><br /><br /><div class=MsoNormal><br /><br /><hr size=2 width=200 style='width:150.0pt' align=left><br /><br /></div><br /><br /><p class=MsoNormal style='margin-bottom:12.0pt'>View/reply at <a<br />href="http://www.adobeforums.com/webx?13@@.59b6ed06">Using Framework RSL</a><br><br />Replies by email are OK.<br><br />Use the <a<br />href="http://www.adobeforums.com/webx?280@@.59b6ed06!folder=.3c060fa3">unsubscribe</a>< br />form to cancel your email subscription.<o:p></o:p></p><br /><br /></div>
                • 5. Re: Using Framework RSL
                  Community Member
                  The client various from XP to Vista. The server is Windows 2003.
                  • 6. Re: Using Framework RSL
                    Community Member
                    Hey Matt just came across this
                    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402864
                    So do u think adding a MIME Type should help?
                    (I can't try it now my dev server is down for some upgrades, but please do let me know your views)
                    • 7. Re: Using Framework RSL
                      matt_chotin Community Member
                      Yes, I think that could well be the prob.<br /><br /><br />On 11/3/08 9:11 PM, "alex_stewart" <member@adobeforums.com> wrote:<br /><br />A new message was posted by alex_stewart in<br /><br />Developers --<br />  Using Framework RSL<br /><br />Hey Matt just came across this<br />http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402864<br />So do u think adding a MIME Type should help?<br />(I can't try it now my dev server is down for some upgrades, but please do let me know your views)<br /><br />________________________________<br />View/reply at Using Framework RSL <a href=http://www.adobeforums.com/webx?13@@.59b6ed13/5><br />Replies by email are OK.<br />Use the unsubscribe <a href=http://www.adobeforums.com/webx?280@@.59b6ed13!folder=.3c060fa3>  form to cancel your email subscription.
                      • 8. Re: Using Framework RSL
                        Community Member
                        Thank You guys adding MIME worked

                        http://bugs.adobe.com/jira/browse/SDK-14878