Re: Flex to Adobe AIR migration

2020-06-15 Thread DarrenEvans
Doh that was supposed to be a reply to Paul. It's a module called "Launcher of Target platform type "Desktop" and output type of "Application" (shows as "Flex application for desktop (Adobe AIR)" from the "General" section of the module. Then you need to configure the "Air Package" section to use

Re: Flex to Adobe AIR migration

2020-06-15 Thread DarrenEvans
Unfortunately I can't share the project but I can share with you the basics. There was a thread from a while back when we were working through some of the problems: http://apache-flex-users.246.n4.nabble.com/SWFLoader-not-pulling-through-all-sub-SWF-styles-td17851.html The crux of the solutio

Re: Flex to Adobe AIR migration

2020-06-15 Thread Sam
Hi Dal, Thanks for reply ! I did create a web project on Intellij IDE using direct Adobe Air compilation (“original” AIR SDK without the new compiler ) and when i run , it opens up a browser asking for me to enable the adobe flash player inorder to display the screen. Could you share the projec

Flex to Adobe AIR migration

2020-06-15 Thread Sam
Hi, I have a requirement to convert Apache flex web based application to Adobe air, currently application runs on any browser with support of adobe flash player, since Adobe flash is no longer going to be supported after 2020, we are trying to figure out the different options. one best option sugg

Re: Flex to Adobe AIR migration

2020-06-12 Thread Alex Harui
: "users@flex.apache.org" , "pa...@compuace.com" , DarrenEvans Subject: Re: Flex to Adobe AIR migration @pa...@compuace.com Do you know for a fact that you can't loadBytes your SWF from the network and get it to run properly? @DarrenEvans I'm interested

Re: Flex to Adobe AIR migration

2020-06-12 Thread Paul Stearns
PM To: "users@flex.apache.org" , "pa...@compuace.com" , DarrenEvans Subject: Re: Flex to Adobe AIR migration @pa...@compuace.com Do you know for a fact that you can't loadBytes your SWF from the network and get it to run properly? @DarrenEvans I'm interested in more de

Re: Flex to Adobe AIR migration

2020-06-12 Thread Ramazan Ergüder Bekrek
You don't need to convert anything there is https://www.leaningtech.com/pages/cheerpx.html which will allow after 2020 to run flash/flex applications on the browser. Also there is also ruffle : https://github.com/ruffle-rs/ruffle Both of these projects are growing so don't worry. 12.06.2020, 0

Re: Flex to Adobe AIR migration

2020-06-12 Thread Alex Harui
Suite 250 Miami Lakes, Fl 33016 Voice: (305)623-0360 x107 Fax: (305)623-4588 From: DarrenEvans Sent: 6/12/20 7:14 AM To: users@flex.apache.org Subject: Re: Flex to Adobe AIR migration Hi Sam, We were in

Re: Flex to Adobe AIR migration

2020-06-12 Thread Paul Stearns
5)623-4588 From: DarrenEvans Sent: 6/12/20 7:14 AM To: users@flex.apache.org Subject: Re: Flex to Adobe AIR migration Hi Sam, We were in exactly the same situation. I'm not sure how big your application is but ours was absolutely huge; many millions of lines of Flex/AS code. We looked a

Re: Flex to Adobe AIR migration

2020-06-12 Thread DarrenEvans
Hi Sam, We were in exactly the same situation. I'm not sure how big your application is but ours was absolutely huge; many millions of lines of Flex/AS code. We looked at Apache Royale / FlexJS when it was in its infancy and we simply could not justify the time and effort it would take to port it

Re: Flex to Adobe AIR migration

2020-06-12 Thread Scott Matheson
There is a simple second aproch, we used goggle electron desk top browser dedicated to one app, flash enabled This ran the SWF files off the web locally, you would need to look in the license for flash player this effectively chive your a frozen browser environment It is still and install bu

Re: Flex to Adobe AIR migration

2020-06-12 Thread Alina Kazi
Hi, Port your existing application to Apache Royale. So your application will be accessible even after December 2020. -Alina Kazi On Fri, 12 Jun 2020, 5:19 am Sam, wrote: > Hi, I have a requirement to convert Apache flex web based application to > Adobe air, currently application runs on any

Flex to Adobe AIR migration

2020-06-11 Thread Sam
Hi, I have a requirement to convert Apache flex web based application to Adobe air, currently application runs on any browser with support of adobe flash player, since Adobe flash is no longer going to be supported after 2020, we are trying to figure out the different options. one best option sugg