are you trying to launch a service or something in the background? Or just
open an app? Because opening and app is super easy as long as you've added
an app prefix. Then you just

navigateToUrl(new URLRequest("yourappprefix://whatever,vars,you,need"));


On Thu, Jan 9, 2014 at 7:00 AM, whityfenix <workingfe...@gmail.com> wrote:

> Hello,
>
> I have two Air applications and I need to start one from another.
> I would like to know what is the best way to do it?
>
> I found the solution that use adobe.utils.ProductManager:
>
> http://apache-flex-users.2333346.n4.nabble.com/launch-parameters-td882.html#a898
>
> http://blog.everythingflex.com/2009/06/08/open-an-air-application-from-a-2nd-air-application/
>
> It's told that the ProductManager is undocumented and is it available on
> mobile devices?
>
> Is it possible to use NativeProcess for this purpose? And how if yes?
>
> Thanx in advance.
>
>
>
> --
> View this message in context:
> http://apache-flex-users.2333346.n4.nabble.com/Start-air-app-from-another-air-app-on-android-tp4409.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>



-- 
Jonathan Campos

Reply via email to