I am trying to add AMF headers to all my RemoteObject calls, however my
solution does only seem to work the first time I call the method. After
that my cusomt AMF headers are gone.I have tried to add them to the
AsynchToken's message property which has a headers array on it. I have
also tried to listen for the InvokeEvent on RemoteObject in order to add
the headers there, but they aren't added the second time I call the
method...I am not able to figure out what the problem is...I've tried to
use...