> We are building an enterprize application entirely in Flash MX 2004, using
> Flash Remoting 2004 to .NET
[quoted text clipped - 3 lines]
> 2) Calling directly into the assembly
> 3) Calling a Web Service
The call to the assembly will be the fastest because the code is compiled.
The ASPX page will be pretty fast, but there are some extra translation
steps involved (and you have to use Flash scope, which is cumbersome). The
web service will be the slowest because the data is transferred in a much
more bulky manner, and also the data has to be translated. Hope that helps.
--
--
Tom Muck
author Flash Remoting: The Definitive Guide
http://www.flash-remoting.com/