ByteArray supports readObject() and writeObject() which read and write
objects using AMF. The ByteArray can be written to disc as a file, or
sent to a server as a variable (you may have to 7bit- or base64-encode
it). Once you have this file, you can load it into your application
using any means you like (HTTP/GET, Socket, FileReference,...).

Peter


On Tue, Feb 17, 2009 at 11:05 AM, Johannes Nel <[email protected]> wrote:
> you mean build an swf and download that and get the "compiled in data" from
> that....
>
> On Tue, Feb 17, 2009 at 12:45 PM, Guy Morton <[email protected]> wrote:
>>
>> Is it possible to simply transfer data over http that has been encoded
>> in AMF format, ie to bypass all the other remoting stuff and just use
>> AMF as one might use XML? I've been looking at the docs and online and
>> all the docs seem to assume you want the whole remoting thing with a
>> gateway etc. I want to keep using http and just change the data format
>> to AMF3. Is this possible? If so, is there a right way to do it, and
>> can anyone point me in the right direction?
>>
>> TIA
>>
>> Guy
>
>
>
> --
> j:pn
> \\no comment
> 

Reply via email to