phamminh05 When I use AS3, I use: include "lsjavascriptbridge.as" then create var bridge = new JavaScriptBridge("flashObject") but have a error like that: Method cannot be used as a contructor . Does the lsjavascriptbridge.as library appropriate to AS3 language???:confused:
DejanMilosevic Hi, Does LS support AS3 for Flash clients by now? If yes, from which version? BR, Dejan Milosevic
Mone Hi Dejan, we support AS3 through the Flex client http://www.lightstreamer.com/distros/Lightstreamer_Allegro-Presto-Vivace_6_0_1_20150730/Lightstreamer/DOCS-SDKs/sdk_client_flex/doc/API-reference/index.html on the other hand, the Flash client, that's the one that gets its data from the JavaScript client, is still an AS2 component http://www.lightstreamer.com/distros/Lightstreamer_Allegro-Presto-Vivace_6_0_1_20150730/Lightstreamer/DOCS-SDKs/sdk_client_flash/doc/API-reference/index.html So you can either use the flex client, or, instead of using our Flash client, use the FABridge. Its original documentation is here: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf61f3a-7ffd.html I've not checked but I think that even after the migration to apache the FABridge is still available directly in the sdk. Here is its bugtracking: https://issues.apache.org/jira/browse/FLEX/component/12318934/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-summary-panel Would that work for you?