RE: AIR app (Captive runtime) is blocked by anti-virus scanner

2021-01-24 Thread Olaf Krueger
Hi Jason, just to be sure: You're using captive runtime and pass the EV cert at build time? Finally, you package your app by using winrar? Thanks! Olaf -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: AIR app (Captive runtime) is blocked by anti-virus scanner

2021-01-24 Thread Olaf Krueger
HI Vinvent, >Indeed, I believe this is caused by the fact that our applications are signed with a temporary certificate. Yes, that make sense. It comes into my mind that we always use the same self-signed certificate here since a longer time. I'll try to generate a new one using the ADT, maybe th

LocalConnection in AIR 32.

2021-01-24 Thread Paul Stearns
Does anyone know if there are any tricks to having two AIR applications (captive runtime) on the same computer talk to each other via LocalConnection? Receiver; private var _lcReceiveConnection:LocalConnection = new LocalConnection(); public function startLocalReceiveListener():void { _lcReceiv