MACROMEDIA FLASH 8-EXTENDING FLASH Manual do Utilizador

Consulte online ou descarregue Manual do Utilizador para Software MACROMEDIA FLASH 8-EXTENDING FLASH. Using Flash Remoting MX and .NET to Create Dynamic Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 17
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 0
1 2 3 4 5 6 ... 16 17

Resumo do Conteúdo

Página 1 - Create Dynamic Flash Widgets

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

Página 2 - Introduction

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

Página 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

Página 4

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

Página 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

Página 6

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

Página 7 - Compiling RemoteCatalog.cs

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

Página 8

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

Página 9 - Invoking a Remote Method

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

Página 10 - Conclusion

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

Página 11

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

Página 12

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

Página 13

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

Página 14

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

Página 15

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

Página 16

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

Página 17

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

Comentários a estes Manuais

Sem comentários