This SDK includes the resources needed to make a Flash movie a Client of Lightstreamer Server.
Any Flash application can be fed with real-time data delivered by Lightstreamer Server. The integration strategy used by this SDK is based on a JavaScript/ActionScript bridge.
The standard Lightstreamer Web (Unified API) Client Library is used to implement a page that will contain the Flash application and feed it through a LightstreamerClient
object. The library includes a bridge module.
Then the lsjavascriptbridge.as
library provided by this SDK should be included inside the Flash movie to enable the communication with the LightstreamerClient
object in the hosting page.