MACROMEDIA FLASH 8-EXTENDING FLASH Manual de usuario

Busca en linea o descarga Manual de usuario para Software MACROMEDIA FLASH 8-EXTENDING FLASH. Using Flash Remoting MX and .NET to Create Dynamic Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 17
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 0
1 2 3 4 5 6 ... 16 17

Indice de contenidos

Pagina 1 - Create Dynamic Flash Widgets

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

Pagina 2 - Introduction

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

Pagina 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

Pagina 4

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

Pagina 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

Pagina 6

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

Pagina 7 - Compiling RemoteCatalog.cs

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

Pagina 8

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

Pagina 9 - Invoking a Remote Method

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

Pagina 10 - Conclusion

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

Pagina 11

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

Pagina 12

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

Pagina 13

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

Pagina 14

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

Pagina 15

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

Pagina 16

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

Pagina 17

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

Comentarios a estos manuales

Sin comentarios