Accessibility

Table of Contents

Integrating Remote Shared Objects with Flex and Flash Communication Server

The Result

When you run this application, you have 10 rows in a DataGrid. Every two seconds, when the data changes on the Flash Communication Server, this data will be pushed to all connected clients, keeping them in sync.

Ten slots of random numbers updated through Flash Communication Server.

Figure 1: Ten slots of random numbers updated through Flash Communication Server.

While this is a rudimentary example, it shows how you can incorporate a Flash Communication Server remote shared object into your application in a way that is familiar to you, and keeps the metaphor established by the WebService tag. It demonstrates the very basic technique of dealing with returned data and illustrates the general concept of the server technology.