Re: Flashbuilder 4.7 for Mac

2020-12-11 Thread Tucsonjhall
Is there a site where one can download Adobe AIR SDK Version 30 or 31? -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Hide Google API Key

2020-12-11 Thread bilbosax
I have 3 mobile apps and 3 desktop apps that use a Google Maps API Key. If these were to end up in the wild, it could cost me a pretty penny, and they are very easy to find. The problem is that they are very visible in a simple Google Maps html file that is in my local store directory. The HTML fil

Re: Flashbuilder 4.7 for Mac

2020-12-11 Thread Scott Matheson
I think I may have a copy of 4.6 on an old time machine I would need to have a look, you would need a key I made the move to IJ like everyone else and after a few days I was fine Sent from my iPhone > On 11 Dec 2020, at 21:27, Tucsonjhall wrote: > > Is there a site where one can download

Re: Flashbuilder 4.7 for Mac

2020-12-11 Thread Tucsonjhall
I THINK I have AIR 32 working now. Just had to figure out that I needed to overlay the 32 SDK over the Flex framework. But thank you so much for the offer. I appreciate this list. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Hide Google API Key

2020-12-11 Thread bilbosax
I think I found an acceptable solution. The webView ANE that I use allows me to talk with Javascript. So I download the Google API key from my database, pass it to the maps HTML file through Javascript, and everything works great. This way, my API key is never in any files on my users device. I