This may or may not be related to your issue, but I figured I'd mention it.

Since Flash Player 23, local-with-file-system permissions have been
restricted. These file system permissions used to be applied when you use
the -use-network=false compiler option. Now, you're required to use
local-with-networking permissions, which don't let you access the local
file system. If you need local file system access, you can add the SWF to
Flash Player's trusted locations. Usually, Flash Builder's debugger will
add any SWFs it loads to the trusted locations automatically.

As a workaround, you can run a local server for debugging so that it loads
from the "network" instead of from the file system.

- Josh

On Mon, Aug 14, 2017 at 11:03 AM, Yishay Weiss <yishayj...@hotmail.com>
wrote:

> Well, when I install the 32 bit FF version I can see the (debug version)
> suffix. The main problem right now is that local swf files aren't playing
> with the debug version of flash on firefox. Files served from a server seem
> to be ok.
>
> Chrome with debug version is serving the local files but it breaks to
> easily.
>
>
>
> --
> View this message in context: http://apache-flex-users.
> 2333346.n4.nabble.com/Can-t-Debug-From-Flash-Builder-tp15724p15743.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>

Reply via email to