Understanding The Flash Remoting For Microsoft .Net Directory Structure - MACROMEDIA FLASH REMOTING MX-USING FLASH REMOTING FOR FLASH MX 2004 ACTIONSCRIPT 2.0 Use Manual

Using flash remoting for flash mx 2004 actionscript 2.0
Table of Contents

Advertisement

The facade structural design pattern can be particularly useful with Flash Remoting by reducing
the number of remote method calls required in a Flash application. You can use a service facade to
provide a single point of contact to a set of ASPX pages or DLL methods. You can call methods
on a DLL facade that is capable of calling various methods on several other DLLs, ASPX pages, or
web services, depending on the user's current context in the application. This pattern reduces
network traffic and makes it easier to support different types of clients, change the enterprise data
model, or change the server implementation.
For more information on the .NET architecture and design patterns, go to
http://
msdn.microsoft.com/architecture/.

Understanding the Flash Remoting for Microsoft .NET directory structure

To enable an ASP.NET application with Flash Remoting, you place the Flash Remoting assembly
in the application's local assembly cache (bin directory) and register the assembly in the
application's web.config file. In the simplest form, your ASP.NET application directory structure
might look like this:
Flash Remoting for Microsoft .NET
145

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash remoting mx

Table of Contents