Expand my Community achievements bar.

Fds2 and xml

Avatar

Level 1
Hello,



I will try to sum up my problem because i don't reaaly
understand it.

I am using Flex and FDS 2 like it is presented in the company
example.



So I have an AS class.

I have the macthing Java Class.

And all communicate very well.



Now I would like to insert in my AS class an attribute :
myAttribute:XMLDocument.

And I don't know what I have to do in my Java Class. What is
the type of my new attribute in my Java Class, what Java type match
with the AS type : XMLDocument.



Is it a real problem ?

Does my topic mean anything ?



Thanks for your help
1 Reply

Avatar

Former Community Member
According to "Converting data from ActionScript to Java"
section of Flex Developer's Guide, it gets converted to
org.w3c.dom.Document.