RE: How To Debug Flash Apps on Packaged Browser

2021-12-26 Thread Yishay Weiss
> 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 pla

Re: How To Debug Flash Apps on Packaged Browser

2021-12-26 Thread Alex Harui
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 chang

How To Debug Flash Apps on Packaged Browser

2021-12-26 Thread Yishay Weiss
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