MACROMEDIA FLASH 8-EXTENDING FLASH User Manual

Browse online or download User Manual for Software MACROMEDIA FLASH 8-EXTENDING FLASH. Using Flash Remoting MX and .NET to Create Dynamic

  • Download
  • Add to my manuals
  • Print
  • Page
    / 17
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
2003 Macromedia, Inc. 1
Using Flash Remoting MX and .NET to
Create Dynamic Flash Widgets
Introduction --------------------------------------------------------------------------------------- 2
Required Software Configuration --------------------------------------------------------- 2
Installing the Software ------------------------------------------------------------------------ 3
Creating a .NET Class to Invoke from Flash ------------------------------------------- 5
Accessing your Class using Flash Remoting ----------------------------------------- 8
Populating a Combo Box with Dynamic Data --------------------------------------- 11
Linking a Combo Box to a List Box ----------------------------------------------------- 14
Populating a Datagrid with Dynamic Data -------------------------------------------- 17
Page view 0
1 2 3 4 5 6 ... 16 17

Summary of Contents

Page 1 - Create Dynamic Flash Widgets

2003 Macromedia, Inc. 1 Using Flash Remoting MX and .NET to Create Dynamic Flash Widgets Introduction -------

Page 2 - Introduction

2003 Macromedia, Inc. 10 16. Use the catalogService remote service to invoke the getCategories() method: catalogSe

Page 3 - Installing the Software

2003 Macromedia, Inc. 11 Populating a Combo Box with Dynamic Data Flash comes with a set of pre-built UI components

Page 4

2003 Macromedia, Inc. 12  Declare a function named getCategories_result() with a parameter named result. functio

Page 5 - Examining RemoteCatalog

2003 Macromedia, Inc. 13 Linking a Combo Box to a List Box In this section you will link the Combo Box to a List Bo

Page 6

2003 Macromedia, Inc. 14  Test the invocation using the NetConnection Debugger. Notice that an array of 3 produc

Page 7 - Compiling RemoteCatalog.cs

2003 Macromedia, Inc. 15 Conclusion You have now manipulated your dynamic data effectively in order to provide a po

Page 8

2003 Macromedia, Inc. 16 Populating a Datagrid with Dynamic Data In this section, instead of linking your Combo Box

Page 9 - Invoking a Remote Method

2003 Macromedia, Inc. 17 9. Use the FGridColumn(colname) constructor to create a new datagrid column. The argumen

Page 10 - Conclusion

2003 Macromedia, Inc. 2 Introduction Greetings fellow .NET/Flash developers and welcome to Macromedia Flash Remotin

Page 11

2003 Macromedia, Inc. 3  RemoteDatagrid_raw.fla  RemoteDatagridFinished.fla  RemoteDatagridFinished.html  R

Page 12

2003 Macromedia, Inc. 4 Extract all from the FlashRemotingSamples.zip into your C:\Inetpub\wwwroot\flashremoting di

Page 13

2003 Macromedia, Inc. 5 Creating your .NET Class to Invoke from Flash In this tutorial you will create the RemoteCa

Page 14

2003 Macromedia, Inc. 6 Here’s what the code looks like in RemoteCatalog.cs: using System; using System.Data.SqlC

Page 15

2003 Macromedia, Inc. 7 Compiling RemoteCatalog.cs To compile this DLL, execute the following on the command line.

Page 16

2003 Macromedia, Inc. 8 Accessing your Class using Flash Remoting Now that your code is compiled let’s get our Fla

Page 17

2003 Macromedia, Inc. 9 Setting the Connection to the Remoting Gateway 8. From the Actions toolbox, expand the Re

Comments to this Manuals

No comments