Local Connection is a communication method for synchronizing iFrames in same window. Due to cross-domain security limitations its a bit challenge to connect iframes. As long as all iframes served on same origin, same protocol and same port they can communicate with each other.
Questions tagged [localconnection]
57 questions
0
votes
0 answers
Creating a local connection in Oracle SQL developer 12c
Not sure if I'm missing anything.
I'm trying to create a local connection in order to create a new user in Oracle SQL developer 12c. (AVOIDING CDB connection)
After browsing for an hour, came across 2 methods.
Using connection type as…
0
votes
2 answers
Is there a way for different flex swf's to send large blocks of data between each other without localconnection?
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 on the client without server communication.

alkaline
- 31
- 2
0
votes
1 answer
LocalConnection: Simple example works in Flash 10 but not Flash9
The following code, which is pretty straight out of any Adobe example works fine on Flash 10, but when run in Flash 9, the sending connections onStatus event receives 'error'.
The expected behavior in this example is that the…

Sean Kinsey
- 37,689
- 7
- 52
- 71
0
votes
2 answers
LocalConnection passing by value or reference?
When using LocalConnection that have two SWFs talking back and forth to each other. Are objects passed by value or reference?

The_asMan
- 6,364
- 4
- 23
- 34
0
votes
2 answers
What are the options for passing variables from AS2 swf to AS3 swf on AS3 button press?
I have 2 swfs, one image loader 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 swf when a button on the AS3 swf is pressed. How might i be able to do…

undefined
- 5,190
- 11
- 56
- 90
0
votes
1 answer
LocalConnection In AS3
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 (the only layer))
Sender:
import…

James T
- 3,292
- 8
- 40
- 70
0
votes
0 answers
How do I communicate between an AIR application and a Flex application loaded through an HTMLLoader in AIR?
I have been trying to use LocalConnection, however I am getting an invalid argument error, so Im questioning whether or not this LocalConnection approach is even right:
AIR Application:
public function init() {
var…

Justin
- 11
- 5
0
votes
0 answers
Can't get SWF to AIR communication to work
I'm attempting to run a SWF in a browser and have it communicate to an AIR application that is bundled as an exe for windows.
In my AIR app (the receiver) I have the following
package
{
import flash.display.Sprite;
import…

kamcknig
- 883
- 3
- 9
- 27
0
votes
1 answer
AS3 - LocalConnection Doesn't Seem to Work
I'm trying to set up communication between three swfs loaded into separate broswer windows (all opened by the initially opened page) using LocalConnection. I'm new to inter-swf communication, and am going by the tutorial found here.
I'm running…

JEJoll
- 547
- 1
- 6
- 20
0
votes
1 answer
AS3: Singleton class vs LocalConnection class
I have a Main class loading 2 SWF (loader and viewer, also with document classes). They need to share a double buffer with content, of course, filled by loader and showed by viewer
I was thinking to use the LocalConnection class but after a…

hsands
- 147
- 1
- 2
- 14
0
votes
0 answers
Is it possible to make a connection to a Flash instance in the browser from an AIR app?
Is it possible and how would I make a connection to a Flash instance in the browser from an AIR app running on the desktop?
I'm opening up a browser window to a specific web page where I can add a Flash player instance. I then want to communicate…

1.21 gigawatts
- 16,517
- 32
- 123
- 231
0
votes
2 answers
LocalConnection: communicate between flex 4.1 and flash as2
I'm trying to communicate between a flex 4.1 application to a flash action script 2 application using LocalConnection.
flash application
contains a button called btn01 and the following code:
var a:LocalConnection = new…

ufk
- 30,912
- 70
- 235
- 386
0
votes
1 answer
as3 LocalConnection communication stops working when site is open in2 browser windows
I think I've found a flash bug with the LocalConnection communication setup, such as described here. The site below is not mine, I'm just using it to show that the problem also occurs on other sites:
How to…

StarShine
- 1,940
- 1
- 27
- 45
0
votes
0 answers
How to send data from AIR to offline SWF using localConnection
While the airdata.send('_myConnection', 'myFunction', "myParam"); does work, I can't figure out how to include the domain of SWF since it is local and not uploaded to a server.
I have tried the actual path…

BEIC
- 67
- 7
0
votes
1 answer
using LocalConnection with .swf in CEF embed inside Open Broadcaster
I'm attempting to use two SWF files to render, animate, and control the overlays for a video stream being produced in Open Broadcaster. The control panel SWF sits outside the application in a standalone projector, and the rendering .swf is placed…

chrishanel
- 45
- 1
- 8