> IIRC, the SWF needs to have been built for debugging. Forgot about that. I’ll check if it was built that way.
Harman support should be able to provide a debug player for their packaged browser, I’ll make sure that’s working as well. Good to know there are ways around not having a debugger player. This specific app does use ExternalInterface though. Thanks! From: Alex Harui<mailto:aha...@adobe.com.INVALID> Sent: Sunday, December 26, 2021 7:17 PM To: dev@flex.apache.org<mailto:dev@flex.apache.org> Subject: Re: How To Debug Flash Apps on Packaged Browser IIRC, the SWF needs to have been built for debugging. The browser may also need to have a debugger version of FlashPlayer installed. If the SWF does not use ExternalInterface, you can sometimes connect FDB without a debugger player by having FDB launch the SWF w/o its HTML wrapper. That changes the security model though, so doesn't always work. On 12/26/21, 3:46 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: Hi, I am trying to connect fdb to a client's packaged browser. I tried simply calling run and launching the browser but no success. Any ideas? Thanks Yishay