RE: [flexcoders] Net.Connection debugger - Is there something like it in Flex2?

2006-06-29 Thread Peter Farland
Right, theyre new to Flex 2 so they wont be there in Flex 1.5. For Flex 1.5, have you tried using debug level logging on the server by changing the /WEB-INF/flex/gateway-config.xml file to use Debug level logging and then watched the console or the standard out/err logs from your app

RE: [flexcoders] Net.Connection debugger - Is there something like it in Flex2?

2006-06-29 Thread Peter Farland
Id have to assume then that the request isnt even making it to the server, in which case it must be a connection error perhaps a security sandbox violation? If youre using 127.0.0.1 in your gateway URL, note that you will have to load your SWF over HTTP using this same URL. The Flash

[flexcoders] Net.Connection debugger - Is there something like it in Flex2?

2006-06-06 Thread Phil Marston
or any other way of seeing what's being sent to AMFPHP and coming back? Cheers, Phil -- __ Phil Marston Learning Technologist Learning Technology Unit Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK [EMAIL

RE: [flexcoders] Net.Connection debugger - Is there something like it in Flex2?

2006-06-06 Thread Peter Farland
If you're using a raw NetConnection, then... no, not natively from the client. There are third party tools out there that sniffing AMF over HTTP traffic. However, I'd first try using some of the utilities that Flex has to dumping an objectgraph to a string: import mx.utils.ObjectUtil;