--- In [email protected], Abdul Qabiz <[EMAIL PROTECTED]> wrote:
> Hi,
>
> <mx:Model> can not be used on runtime. You can look at FlexBuilder
debugger
> and network monitor, its just super cool....
>
> You can also install Mozdev's "Live HTTP Header" extension in
Firefox to see
> the HTTP Header and other data passed while communication to server...
>
> Are you talking about a flex app that does this?
>
> -abdul
Wow. I just assumed this was trivial to do. I had no idea I have to
jump through so many hoops.
Let me try a different tack. Is there no way to write an object in XML
to a file on disk? Does the method foo.write("bar.xml") for any object
not exist?
-Douglass