
2003 Macromedia, Inc. 2
Introduction
Greetings fellow .NET/Flash developers and welcome to Macromedia
Flash Remoting MX. With the introduction of Macromedia Flash
Remoting MX, you now have the opportunity to create highly reusable,
data-driven widgets for use in your web applications. This tutorial will
guide you through the creation of simple Flash MX widgets that retrieve
data from your objects hosted on your .NET server. These widgets allow
you to easily implement behavior that is difficult or impossible to
implement in html-based pages. If you can answer “yes” to any of the
following questions, this tutorial is for you:
• Have you ever needed to show a master-detail relationship such as a
select control that upon selection displays related items on a list?
• Do you wish that you could dump the results of a database query in
tabular format and enable your users to sort, resize and hide columns
easily?
If so, then plan on spending the next 4-6 hours to learn how. You will only
need to have a basic familiarity with .NET to complete these examples.
Required Software Configuration
To complete this tutorial you will need to first set up your machine with
some important software and a set of example files.
• Software not bundled, but required to complete the tutorial:
Microsoft .NET Framework SDK (download from Microsoft at:
http://msdn.microsoft.com/downloads/default.asp?url=/downloads/
sample.asp?url=/msdn-
files/027/000/976/msdncompositedoc.xml&frame=true )
Macromedia Flash MX (Download a free 30-day trial at:
http://www.macromedia.com/software/flash/trial
)
• Software included with this tutorial:
Macromedia Flash Remoting MX (This is the server gateway)
Macromedia Flash Remoting Components (Extends Flash MX to
include the Flash Remoting ActionScript commands)
• Sample files included in “flashremoting dotnet examples.zip”:
RemoteCatalog.cs
RemoteCatalogFinished.cs
AssemblyInfo.cs
RemoteCatalog.dll
RemoteCatalog_raw.fla
RemoteCatalogFinished.fla
RemoteCatalogFinished.html
RemoteCatalogFinished.swf
Commentaires sur ces manuels