I am trying to make connection between two datagrid in two separate windows. Until now, I am able to crea开发者_如何转开发te a datagrid in one FLEX browser window but got stuck furthur.
Load AS2 SWF Into AS3 SWF and pass vars in URL I\'m trying to load in a as3 file an external as2 swf file (of which I dont have access to fla file). According to the explanation given in the link abo
Is there a way for different flex swf\'s to send large blocks of data between each other without 开发者_开发百科using localconnection which is size limited or using sharedobjects.This needs to happen
I experience a weird issue on a LocalConnections communication between 2 swf. The first one (FLEX application) sends a message on a dedicated LocalConnection to a second one (Flash application). The
I\'m trying to use LocalConnection in AS3 between two AS3 movies (made in CS5) but it doesn\'t seem to be working, here is the current code (each in frame1 (the only frame) of each movie on layer 1 (t
I have 2 swfs, one image l开发者_StackOverflowoader which I built a while ago and will eventually update to AS3 and a newer swf I built in AS3. I want to be able to \'pull\' a variable from the AS2 sw
In my application I am using localConnection object for communication b/w Flex 3 and Flex 4 swfs. But when the size of the argumen开发者_运维技巧ts (ArrayCollection) exceeds certain limit , I am getti
I\'m working on implementing communication between an Adobe AIR app and a browser Flash object, and the LocalConnection documentation mentions an asyncError as a potential event:
I\'m trying to communicate between a flex 4.1 application to a flash action script 2 application using LocalConnection.
I already have the mysql database made, I just need to connect php to mysql locally but I don\'t 开发者_Python百科know the php commands for that.