MACROMEDIA FLASH 8-EXTENDING FLASH Instrukcja Użytkownika

Przeglądaj online lub pobierz Instrukcja Użytkownika dla Oprogramowanie MACROMEDIA FLASH 8-EXTENDING FLASH. Using Flash Remoting MX and .NET to Create Dynamic Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 17
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 0
1 2 3 4 5 6 ... 16 17

Podsumowanie treści

Strona 1 - Create Dynamic Flash Widgets

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

Strona 2 - Introduction

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

Strona 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

Strona 4

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

Strona 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

Strona 6

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

Strona 7 - Compiling RemoteCatalog.cs

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

Strona 8

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

Strona 9 - Invoking a Remote Method

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

Strona 10 - Conclusion

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

Strona 11

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

Strona 12

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

Strona 13

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

Strona 14

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

Strona 15

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

Strona 16

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

Strona 17

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

Komentarze do niniejszej Instrukcji

Brak uwag