On Aug 23, 3:14 am, "Tony" <zha...@comcast.net> wrote:
> FlashRemoting would probably be your best bet. Look upFluorineGateway.
> It's a free remoting gateway that you can install/include withASP.NET2.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 >
> "Arran" <amaclea...@googlemail.com> wrote in message
>
> news:1187350066.615088.158630@o80g2000hse.googlegroups.com...
>
> > Hi
>
> > Does any one know what the difference is between EnternalInterface and
> > Flash Remoting.
>
> > Our new project pulls xml files from sql2005 /asp.net2.0 environment.
> > Then we need to send the info back to the SQL server (good old web-
> > services :->)
>
> > Which is the best option for us to use and why?
>
> > Cheers for any good pointers
>
> > Arran
for the head's up. Now they want to use AS3 (no friendly webservice
Anyway. Many thanks :->