> =============================================================================
> Today's Topic Summary
> =============================================================================
>
> Group: amf...@googlegroups.com > Url: http://groups.google.com/group/amfast/topics >
> - How to Start with AMF3 Decode? [3 Updates]
> http://groups.google.com/group/amfast/t/ddb13ae0bba9ebad >
>
> =============================================================================
> Topic: How to Start with AMF3 Decode?
> Url: http://groups.google.com/group/amfast/t/ddb13ae0bba9ebad > =============================================================================
>
> ---------- 1 of 3 ----------
> From: Mick Star <star...@gmail.com>
> Date: Mar 13 01:28PM -0700
> Url: http://groups.google.com/group/amfast/msg/eb0a9d10cf459ddc >
> Hello, I am new to AMF and Need some advice on my project.
>
> I play an online game "Evony", and I am trying to log player stats.
> I know Evony uses AMF3 but I am unsure how to start decoding it to
>
> ---------- 2 of 3 ----------
> From: limscoder <dtho...@gmail.com>
> Date: Mar 14 12:08AM -0700
> Url: http://groups.google.com/group/amfast/msg/1c8833e9d86346c9 >
> You can use a tool such as http://www.wireshark.org/ to capture the
> data being sent between your browser and the server.
>
> Once you get the data, you can use the AmFast Decoder object to decode
>
> ---------- 3 of 3 ----------
> From: staroflaw <star...@gmail.com>
> Date: Mar 14 03:34PM
> Url: http://groups.google.com/group/amfast/msg/93b219df3e8662b1 >
> Thanks Dave.
>
> I have been playing with Encoder and Decoder.
> I have managed to Encode "Test 1234" to " Test 1234" and back again,
> But I
> am still struggling to input a pcap file.
>
>
>
>
if you want decode the amf3 data between browser and webserver, you can
use Charlies , an http proxy software.