Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
2k views

SecurityError: Error #2000: No active security context

I recently had this vague error happen to me with the use of LocalConnection. It happened every time I tried to connect and send data to another swf. Doing an internet search came up with little ...
2
votes
1answer
405 views

AS3 LocalConnection asyncError

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: asyncError: ...
2
votes
2answers
851 views

Avoiding LocalConnection's 40k size limit when data object may be larger than 40k

Flash's LocalConnection mechanism has a 40k size limit on individual messages passed to send(). I'm running into a situation where I have a complex object that I need to send which may end up being ...
2
votes
4answers
4k views

Actionscript Error #2044: Unhandled SecurityErrorEvent:. text=Error #2047: Security sandbox violation: LocalConnection.send: 127.0.0.1 cannot access

When running flash components that use localConnection within an HTML container, I get the following error in a popup box (flash player is the debug version): Error #2044: Unhandled ...
1
vote
2answers
69 views

LocalConnection StatusEvent Error

I'm getting this error intermittently when attempting to call functions in a localconnection. Error #2044: Unhandled StatusEvent:. level=error, code= The "handled" output: LocalConnection.send() ...
1
vote
1answer
94 views

Why do MovieClipLoader events not fire when loaded into an AS3 wrapper?

While trying to answer this question: Call to an AS2 function from the AS3 container I have come across a roadblock. The setup is an AS3 SWF which loads an AS2 SWF, which in turn loads another AS2 ...
1
vote
2answers
363 views

AS3 LocalConnection Errors

Not sure where I'm going wrong, for now just trying this out locally. Thanks. sendingLC.swf does return, LocalConnection.send() succeeded This is the errors I get from Flash. Error #2044: Unhandled ...
1
vote
0answers
155 views

loading external movie as2 wrapper

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 ...
1
vote
1answer
59 views

Using Silverlight local connection mechanism from .NET application

Starting version 3.0, Silverlight offers a local connection API that can be used to communicatie between Silverlight applications running on the same machine. I would like to use this mechanism from ...
1
vote
1answer
292 views

LocalConnection between swf sending delay & LocalConnection sniffer tool

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 ...
1
vote
4answers
180 views

Making a local connection between a mysql database and php

I already have the mysql database made, I just need to connect php to mysql locally but I don't know the php commands for that. cheers
1
vote
3answers
615 views

(as3) Sync data between 3 or more identical flash objects on the same page

Ok, i have asked something similar before, but never go to the solution i need. So am starting a new stack to not confuse my issues, and to make a little clearer. What i need to do I have multiple ...
1
vote
3answers
757 views

How do LocalConnections in AS3 communicate?

I'm about to start using LocalConnections in a couple SWF's to let them talk to each other. But before I head down this road, I need to make sure it's not going to cause any popups and confirmation ...
1
vote
2answers
717 views

LocalConnection between different instances of the same SWF?

I'm building a simple audio player in AS3. I would like to embed multiple instance of this audio player in my html and when one's playing, others are paused. Is it possible to use LocalConnection to ...
1
vote
1answer
405 views

Strategy for making LocalConnection ids unique

I'm using a localconnection to allow communication between an actionscript 2 swf and an actionscript 3 swf. Localconnection objects share a global namespace across a user's pc. So, this means, a user ...
1
vote
5answers
1k views

Why is my swf causing the Flash Player to crash

I've got a flex-based swf, which is loading an AS 2-based swf and then, negotiating further activity via a LocalConnection. From time to time, the AS 2-swf can request that the flex-based swf load a ...
1
vote
3answers
757 views

Does localConnection in flash player randomly fail sometimes?

I have two flash movies communicating with each other using localConnection, passing an object from swfA to swfB. This seems to work fine, but will occasional fail. The only information we have is ...
0
votes
0answers
39 views

flash as3 registerClassAlias not working

Ok something that has me pulling my hair out!! I've got a localConnection between two swf's working fine, I can pass the allowed data types between them no problem. However I need to send objects of ...
0
votes
1answer
36 views

Communication between two data grids

I am trying to make connection between two datagrid in two separate windows. Until now, I am able to create a datagrid in one FLEX browser window but got stuck furthur. On some click event in one of ...
0
votes
0answers
325 views

Flash AS2 SharedObjects & LocalConnection

I hope you can help, I am storing data to a sharedObject invoking the sharedObject thus: var mySharedObject = SharedObject.getLocal("userDataPrem", "{domainname}/demopremium/"); ...
0
votes
0answers
87 views

Local Connection between 3 Movies

I have 3 movies. movie1 -> tells the other movie 2 and 3 to play timeline, but only movie 2 plays, movie 3 stays still //code in movie1 var sender:LocalConnection = new LocalConnection(); ...
0
votes
2answers
82 views

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 ...
0
votes
1answer
244 views

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 ...
0
votes
2answers
238 views

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?
0
votes
2answers
224 views

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 ...
0
votes
1answer
664 views

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 ...
0
votes
1answer
326 views

Error #2084-The AMF Encoding of the arguments cannot exceed 40K

In my application I am using localConnection object for communication b/w Flex 3 and Flex 4 swfs. But when the size of the arguments(arrayCollections) exceeds certain limit , I am getting following ...
0
votes
1answer
431 views

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 ...
0
votes
2answers
456 views

LocalConnection: communicate between flex 4.1 and flash as2

Hiya. 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: ...
0
votes
3answers
613 views

LocalConnection working in local browser but NOT in remote site

Really puzzled by the flaky behavior of LocalConnection. Using a debug utility(LuminicBox) that uses localConnection to work. When the page containing the swf is loaded in a browser locally , ...
0
votes
1answer
266 views

Flash, LocalConnection and DOM

I have a Flash object on my site, which has this code: this.ld = new LocalConnection(); this.ld.allowDomain("*"); ExternalInterface.call("alert", this.ld.domain); It alerts my domain successfully. ...
0
votes
1answer
673 views

Flash Player 10,0,32,18 upgrade breaks my LocalConnections. Any ideas?

For some reason everyone who upgrades their Flash Player to the latest version (10,0,32,18) immediately start having problems with my application. According to my logging, LocalConnection.connect() ...
0
votes
2answers
344 views

Java LocalConnection Client

I'd like to connect a Flash Player instance (AMF3) to a Java LocalConnection. I know how to implement the AMF3 spec, since I've done a lot of work with Red5, but I'm unsure how to navigate building ...
0
votes
3answers
686 views

Monitor browser tabs with localConnection and sense when a user closes a tab

In my application the browser window connect with long polling(comet) with the server. If the user open several browser tabs, only one of them(called the master) communicate with the server and serves ...
0
votes
2answers
532 views

Are there wrappers for the Actionscripts's LocalConnection for C# or Java?

I want to communicate with the LocalConnection framework of Flash via C#/Java/C++. My search for already implemented wrappers was not as successfull as I wish ;). There exist several servers (like ...
0
votes
2answers
338 views

LocalConnection and iframes

I'm trying get LocalConnection to work between two swf's placed within two different IFRAMES. I've worked with LocalConnection often without too much trouble. But this time --i suspect because of the ...
0
votes
1answer
709 views

What is the best way to handle refreshing a localConnection between AS3 and AS2 swfs using SWFBridge? (load, unload, load again)

I have an AS2 swf that is hosted by an AS3 swf and they connect using SWFBridge. During the course of things i need to unload the AS2 swf and reload it. Therefore I assume I need to re-establish the ...
0
votes
1answer
218 views

How can an AS3 swf hosting an AS2 swf share the same array?

I have an AS2 swf that has an array that is updated when a user clicks on items on the screen. The array stores the currently selected items. This As2 swf is hosted by an AS3 swf loaded in using ...
0
votes
1answer
400 views

How do I call a function in an AS2 swf hosted by an AS3 swf and return an array back to AS3 swf? (using SwfBridge)

I have a Flash CS4 AS3 swf (host) that loads a Flash 8 AS2 swf (client) using gSkinner's swfBridge. This works great and the Host can call functions in the client no problem. However I want to be ...
0
votes
4answers
1k views

What might cause connection errors when using bidirectional localConnection in Flash?

I'm trying to setup a bidirectional localConnection (LC) between two flash objects on the same web page. One object is AS2 and the other AS3. I'm using one LC object to send and receive data on each ...
0
votes
1answer
1k views

Multiple local connections in flash - what's the better architecture?

I'm using localConnection in AS3 to allow several flash applications to interact with a central application. (Some are AS2, some AS3). The central application must use a seperate localConnection ...