MACROMEDIA FLASH 8-EXTENDING FLASH Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Software MACROMEDIA FLASH 8-EXTENDING FLASH herunter. Using Flash Remoting MX and .NET to Create Dynamic Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 17
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 0
1 2 3 4 5 6 ... 16 17

Inhaltsverzeichnis

Seite 1 - Create Dynamic Flash Widgets

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

Seite 2 - Introduction

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

Seite 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

Seite 4

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

Seite 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

Seite 6

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

Seite 7 - Compiling RemoteCatalog.cs

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

Seite 8

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

Seite 9 - Invoking a Remote Method

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

Seite 10 - Conclusion

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

Seite 11

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

Seite 12

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

Seite 13

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

Seite 14

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

Seite 15

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

Seite 16

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

Seite 17

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

Kommentare zu diesen Handbüchern

Keine Kommentare