And to further complicate things (or actually saves time) I’ve updated to 4.15 and AIR 20 and at least it now does it in authoring mode too, so I don’t need to compile a release version to get it to act up.
Thanks much for your comments. Your info is helpful and interesting. Now I'm confused, l try the release version on my Mac and it's fine. I don't think it's specific to my Windows computer since others see the same thing (small sample of three different people but all Windows 10). On Wed, Jan 27, 2016 at 2:20 AM, Christofer Dutz [via Apache Flex Users] < ml-node+s2333346n11833...@n4.nabble.com> wrote: I recently implemented a KeycloakWebService (WebService object that transparently handles OAuth with Keycloack). While at it I had a lot of similar problems. In the end the most helpfull tool was deffinitely Wireshark. With this I simply recorded the IP traffic and had a look at what was going over the wire. Some thoughts to your problems: 1. Eventually the resources in the loaded HTML are referenced badly (you should see the 404 responses in the Wireshark trace) 2. Eventually there is a sandbox problem. If the CSS or Image data is loaded from a different domain, this could be a problem (In this case you won't even see the http request being sent to the server) Chris -----Ursprüngliche Nachricht----- Von: Alex Harui [mailto:[hidden email] <http://user/SendEmail.jtp?type=node&node=11833&i=0>] Gesendet: Mittwoch, 27. Januar 2016 07:31 An: [hidden email] <http://user/SendEmail.jtp?type=node&node=11833&i=1> Betreff: Re: Oauth in authoring vs. release version of AIR program Sure, lots of stuff is messed up, but I would start with something easy: why is the image not loading? The other issues may be related. Verify the files are where they should be. Also maybe try a network monitor to see what URL it thinks it is trying to fetch for the logo. -Alex On 1/26/16, 9:44 PM, "Tucsonjhall" <[hidden email] <http://user/SendEmail.jtp?type=node&node=11833&i=2>> wrote: >Plus it's certainly not just the graphic. All the CSS seems totally >disregarded to me. > >On Tue, Jan 26, 2016 at 10:07 PM, Alex Harui [via Apache Flex Users] < >[hidden email] <http://user/SendEmail.jtp?type=node&node=11833&i=3>> wrote: > >> Did you check that the logo is deployed with the release version? >>The release version usually goes in a different folder from the debug >>version and maybe some asset isn't being copied. >> >> -Alex >> >> On 1/26/16, 2:28 PM, "Tucsonjhall" <[hidden email] >> <http:///user/SendEmail.jtp?type=node&node=11826&i=0 <http://user/SendEmail.jtp?type=node&node=11826&i=0>>> wrote: >> >> >I'm not finding anything about this but I may well not know the >> >proper search terms. I'm implementing oAuth using StageWebView >> >object and it works >>fine >> >in >> >Flash Builder debug >> > >> >https://www.dropbox.com/s/lizo9bm6w9j5i4s/oauthAuthoring.jpg?dl=0 >> > >> >but as soon as I compile a release version of the program, this is >>what I >> >see as a user >> > >> >https://www.dropbox.com/s/b445nc32oi5f019/oauthRelease.jpg?dl=0 >> > >> >Any suggestions about how to overcome this? >> > >> >Thanks -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Oauth-in-authoring-vs-release-version-of-AIR-program-tp11824p11839.html Sent from the Apache Flex Users mailing list archive at Nabble.com.