RE: Adobe AIR Maintenance and support changes

2019-05-30 Thread Jeff Dafoe
Hi Andrew, Our organization’s concern, when I mentioned this announcement, is that the Harman-based AIR SDK may institute per-seat licensing. Are there any generalizations you can reveal concerning the future licensing plans? To provide some background, we are converting a major Flex app

RE: Encrypt or Hide sensitive data

2019-03-08 Thread Jeff Dafoe
Use a service to retrieve the keys before they’re needed for whatever. The service should send them via an encrypted message, then decrypt into memory. Clear the var as quick as possible when done. From: leokan23 Sent: Friday, March 8, 2019 10:58:26 AM

Re: Unknown request to crossdomain.xml

2018-06-19 Thread Jeff Dafoe
running on MS cloud. But, in general, does FP always look for the crossdomain file? On Tue, Jun 19, 2018 at 7:32 AM Jeff Dafoe wrote: > > Maybe the app was moved to MSFT's cloud infrastructure? > > -Jeff > > > > From: mark goldin > Sen

Re: Unknown request to crossdomain.xml

2018-06-19 Thread Jeff Dafoe
Maybe the app was moved to MSFT's cloud infrastructure? -Jeff From: mark goldin Sent: Tuesday, June 19, 2018 5:45 AM To: users Subject: Unknown request to crossdomain.xml My company is trying to move the app to the cloud. People from outside of our office did

Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-10 Thread Jeff Dafoe
hat Flex support gives you a long some hacks people do). For Royale, better to go with Moonlight or VSCode + Extension (NextGenAS). Best, Carlos 2018-04-09 18:46 GMT+02:00 Jeff Dafoe <jeffda...@gmail.com>: > Hi Piotr, > > I didn't mean to direct any ire to the team, I do know it

Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-09 Thread Jeff Dafoe
f, We are all volunteers, so fixing things does require some time. I'm working on that and hope to find out some solution. If not I will probably post some finding on Development list. Will see what happen after brainstorming. Thanks for the input, Piotr 2018-04-09 17:38 GMT+02:00 Jeff Dafoe &

Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-09 Thread Jeff Dafoe
At my organization, we've used Flex for probably 10 years now and we have what I think may be one of the largest Flex codebases (over 200k lines of source). We went to onboard a new developer last week and it was quite a disappointment for me. Flex Builder 4.6 will no longer install, Adobe

Re: Lazy parsing inf Flex

2018-02-16 Thread Jeff Dafoe
In my opinion, a huge XML tree sent to the client is a design flaw. If it's coming from a 3rd party source, it should be proxied onto a server under your control. From there it should be trimmed down and/or parameterized to send the smallest possible payload to the client. -Jeff

RE: Size of Result Returned From MySQL

2017-08-30 Thread Jeff Dafoe
You didn’t mention what format the data coming out of the PHP app is, but you can probably use strlen(serialize(yourstructure)) to get the size from PHP. From: bilbosax Sent: Wednesday, August 30, 2017 7:19 PM To: