If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#1356 Debugger internet access
Author:
mrSWF

Date created:
Type: question
Visibility: Everybody
Assigned to:
State: closed 

Hello. I'm trying to debug some swf file, and get errors like this when it trying connect
to internet:
trace: *** Security Sandbox Violation ***
trace: Connection to http://*****.com/*****.php halted - not permitted from
file:///var/folders/_y/vh5vzznj6t3dy2bfjlpxxnwm0000gn/T/ffdec_debug_6537816951313334897.sw
f
trace: -- Untrusted local SWFs may not contact the Internet.
How can i resolve it and configure debugger to get internet access?
Anyone? I still can't figure out how to resolve it. :(
Flash does not permit any HTTP request to any other site except on where it hosted.
To resolve, you have to put crossdomain.xml on the origin server and input your target url
there.
More info http://www.adobe.com/devnet/adobe-media-server/articles/cross-domain-xml-for-streaming.htm
l
The workaround is that you have to create the local server that sends HTTP request to your
target file instead of the flash itself.
Then, in swf, point the request to your server (in this case
http://127.0.0.1).
If you are debugging swf as a stanalone flash, you still have to put crossdomain.xml on
your local server.
State: new→closed