i am very new to flash..i have managed to transfer data across flash app and
servlet using Remoting with the help from an example found on this site..
but was wondering if it is possible to transfer a resultset from a java
servlet into a flash app without using Remoting and WebServices...
please guide...
perry - 19 Aug 2005 11:32 GMT
all you have to do:
make the servlet produce xml output and have flash read in the xml data.
in flash:
your_xml_object.load("http:yourdomain/yourservlet");
perry
> i am very new to flash..i have managed to transfer data across flash app and
> servlet using Remoting with the help from an example found on this site..
> but was wondering if it is possible to transfer a resultset from a java
> servlet into a flash app without using Remoting and WebServices...
>
> please guide...