FlashRemoting would probably be your best bet. Look up Fluorine Gateway.
It's a free remoting gateway that you can install/include with ASP.NET 2.0 .
Remoting is a bit quicker (a contested issue by some) as it serializes the
data into AMF to send, and the opposite on the other end.
The ExternalInterface Class is used (and any, please jump in if I am wrong)
to manage communication between your swf and javascript. back in the day you
would use the Flash Javascript Integration Kit, which while effective, was
kind of a pain in the butt.
But for what you want to do, depending on the scale, Remoting. You could
also simply create a web service that would return the XML and use it that
way, but again, this is dependent on the scale.
Cheers,
Tony
http://www.binaryecho.com
> Hi
>
[quoted text clipped - 10 lines]
>
> Arran
Arran - 28 Aug 2007 14:44 GMT
> FlashRemoting would probably be your best bet. Look upFluorineGateway.
> It's a free remoting gateway that you can install/include withASP.NET2.0 .
[quoted text clipped - 28 lines]
>
> > Arran
Hi
Many thanks for the reply, We have started looking at fluorine, thanks
for the head's up. Now they want to use AS3 (no friendly webservice
classes as I can see) instead of AS2.
Anyway. Many thanks :->