Hi guys,
How can I call WebService using ActionScript 3. from my initial findings, I come to know it is AS3 dosen't support WebService and SOAP, it was in Flash MX/AS2 though.
Any suggestions or links guys??
Thanks
Hi guys,
How can I call WebService using ActionScript 3. from my initial findings, I come to know it is AS3 dosen't support WebService and SOAP, it was in Flash MX/AS2 though.
Any suggestions or links guys??
Thanks
What about the WebService class?
Otherwise I think WebServices are just xml, so it could not be that hard to implement something by you own.
If you don't want to use the Flex framework, Carlo Alducente wrote a nice WebService class, as3 only(no mx.rpc.* dependencies ). I've tried it and it works just fine.
HTH