Re: Multiple AIR executables in the same folder

2020-06-19 Thread Alex Harui
rom: Alex Harui Sent: 6/19/20 12:59 AM To: "users@flex.apache.org" , "pa...@compuace.com" Subject: Re: Multiple AIR executables in the same folder Are you trying to create a separate process for security or memory reasons? Otherwise, just load the SWF in

Re: Multiple AIR executables in the same folder

2020-06-19 Thread Paul Stearns
: "users@flex.apache.org" , "pa...@compuace.com" Subject: Re: Multiple AIR executables in the same folder Are you trying to create a separate process for security or memory reasons? Otherwise, just load the SWF in another NativeWindow. HTH, -Alex On 6/18/20, 8:12 AM, "

Re: Multiple AIR executables in the same folder

2020-06-18 Thread Alex Harui
Are you trying to create a separate process for security or memory reasons? Otherwise, just load the SWF in another NativeWindow. HTH, -Alex On 6/18/20, 8:12 AM, "Paul Stearns" wrote: I have an acceptable (mostly) work around. If I move the second application into a subfolder

Re: Multiple AIR executables in the same folder

2020-06-18 Thread Paul Stearns
I have an acceptable (mostly) work around. If I move the second application into a subfolder of the first I can easily run the second application. This however requires that I carry an extra ~36 MB of AIR executables with it. Is there any way to tell a captive runtime executable where the AIR