Tagged Questions
0
votes
2answers
153 views
Security Sandbox Violation Flash AS3
I'm trying to play a Youtube video through my flash project. The video plays but I get the error below and it ruins the rest of my project. I couldn't find anywhere that had this exact error. Ive been ...
0
votes
1answer
112 views
AS3 Security SandBox Violation
I got this error message when trying to load a game from the browser:
*** Security Sandbox Violation ***
SecurityDomain ...
0
votes
1answer
389 views
Using a PHP Socket Server for AS3 on Wamp: Sandbox Violation
I know this has been touched on a lot, however, despite it all, I just don't get it. If you guys could bear with me :(
So, I've got this Code:
import flash.net.*;
import fl.controls.*;
import ...
0
votes
1answer
164 views
actionscript3 (flash) don't load images form user file in chrome
I'm trying to write flash applet where user can upload image from their hard disk.
So actionscript will edit image and send it to server.
Loading images work in flash player, firefox, and in opera, ...
0
votes
1answer
86 views
Security differences between Flex Application class and “normal” application
I have a problematic piece of code that uses Wordnik API to fetch word definitions. This code works fine in "local trusted" security sandbox, but doesn't work online - it produces a "security sandbox ...
0
votes
0answers
416 views
Security Sandbox Violation in AS3 accessing images from googleapis.com
I am loading a street view image from the Google Street View Images API. This works offline, but as soon as I upload it to the server I get a Sandbox violation. The CLIENT and SIGNATURE is setup ...
1
vote
1answer
367 views
AIR Loading server hosted swf into same sandbox
I have an AIR App I'm working on and need to load a swf(always from localhost) which will access some methods in it's parent and vice versa. I'm not concerned with opening gaping security holes in a ...
1
vote
1answer
398 views
AS3 SecurityError #2048 Mac vs Windows
I seem to be running into an interesting problem while saving a Sprite to my server. When I run the swf (remote) on my MAC it works fine but when I run the exact same URL from my windows computer I ...
0
votes
1answer
126 views
AIR: securityError on OSX (but not on Windows) with URLStream()
I'm using URLStream to load a file from the harddisk (and I'd like to continue to use URLStream to do so). The file is located in "app-storage:/myfolder/myFile.zip"
so I use
var f:File = new ...
0
votes
3answers
2k views
as3 Security Sandbox Violation
I've read all similar topics already with no luck, so I'm posting a new question about this error.
I am trying to load a swf file from another swf file using this code:
var loader:Loader = new ...
0
votes
1answer
349 views
Connecting to a local socket server from SWF on remote page
I have a Kiosk that connects to a local socket server so it can access some hardware. If the kiosk code is stored locally, it can access the socket perfectly.
However, and I know for good reason, if ...
0
votes
1answer
397 views
AIR 3.1 Application unable to connect to localhost or local IP Address
I am building an AIR application using AIR 3.1 that is trying to connect to a local http socket using
localhost:7676
The socket is being run from an OSX application on the same computer that ...
0
votes
2answers
599 views
AS3 *** Security Sandbox Violation ***
I have faced this issue when I trying to load swf file from my application directory ?
What can i do to avoid that.....
0
votes
0answers
176 views
Sandbox issue in Flash Builder
I'm getting a security sandbox violation in Flash when I'm trying to load media from an external server via a PHP service. I've included crossdomain.xml files in the root of that server, and the ...
1
vote
3answers
362 views
Can flash download html from random webpage?
I have given up on trying to get the source of a webpage (I don't own this server) in AS3. All it does is throw an sandbox violation error (2048). So far I have come to a conclusion that the only ...
0
votes
1answer
124 views
Getting access to a different domain from an EXE created in Flash AS3
I have create a Flash EXE in AS3. At the time of launch the exe loads a XML from a web link to validate itself.
var urlRequest:URLRequest = new URLRequest("http://abc.com:8090/validate.xml");
var ...
0
votes
1answer
1k views
Android AS3 - “SecurityError: Error #2070: Security sandbox violation: ”
I am trying to call an external swf from an Android app but am getting "SecurityError: Error #2070: Security sandbox violation: "
My container code is simple and it works when I call it locally.
...
0
votes
2answers
125 views
Share a as3 class between domains
I have a Singleton class instantiated in Main.swf located at domainA. The file loads Game.swf from domainB via LoaderMax (http://www.greensock.com/). When I try to access the Singleton I guess this is ...
1
vote
1answer
176 views
Communication between domains using Amazon S3 service and Flash AS3
Does anyone have any tips on working with Amazon S3 service and Flash? I am building a HTML/SWF that will be hosted on domain A (My server). The main SWF will load files (SWF, XML) from domain B ...
4
votes
1answer
663 views
SWF local trusted sandbox and adobe air
We are a research group from the University of Zaragoza (Spain). We are developing educational games for children with special needs, (in particular, with)social and cognitive disabilities. We develop ...
2
votes
1answer
10k views
Security Sandbox Violation
while running my flash application i get the below error
* Security Sandbox Violation *
Connection to rtmp://system ip/live halted - not permitted from file:///F:/Flash
...
1
vote
2answers
1k views
AS3 - Sending POST data to another domain without loading (Sandbox security)
I need to send POST Data to a ASP script on a different domain name ( without loading data).
var scriptRequest :URLRequest = new URLRequest( 'http://someExternalCart.com/cart.asp' );
...
0
votes
2answers
343 views
Sandbox violation while accessing image files in Flex 4
I'm working on an image gallery application. Very frequently I'm getting Sandbox violation Error like Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.. Some times its raising by ...
3
votes
2answers
1k views
execute remote SWF in AIR Security Sandbox
I try to download an external SWF and run it within the AIR security sandbox.
this is the code of the AIR application:
public class Downloader extends Sprite
{
private static const ...
3
votes
2answers
72 views
Trying to understand how domains work in AS3
So, these past few days I had to deal with something like:
allowSecurityDomain
contentLoaderInfo
appDomain
securitySandbox
etc
it "seems" like these things belong to the same bag.
So, is there a ...
3
votes
3answers
9k views
Flash AS3 Getting Security sandbox violation when trying fetch an external swf
Hii,
I'm tring to load swf file to my flash application from a different server.
When i try to load it on flash IDE (crl+enter) everything is working fine, but when i run the swf as an independent swf ...
0
votes
2answers
240 views
Tell flash sandbox to only allow local
Is there a way to allow a Flash app to access local files?
I've build an app that's just for local use and not for web use but i run into sandbox errors because the app consists of several .xml and ...
0
votes
1answer
378 views
Flash SecurityError about sandbox. force to loadPolicyFile ,but it didn't work
i have a crossdomain.xml on my server. but it not in "/". and i use loadPolicyFile to load this crossdomain.xml.
Security.allowDomain("*")
Security.allowInsecureDomain("*");
...
1
vote
1answer
2k views
AS3: Sandbox violation when trying to load an off-site swf
I'm trying to load an swf placed on Amazon S3 (b.com) into an swf on a different domain (a.com), and it throws this error
SecurityError: Error #2121: Security sandbox violation: ...
1
vote
1answer
1k views
Trouble with crossdomain.xml
I'm having some difficulty getting my cross domain policy to work.
I have an swf at http://www.server.com/ that loads in XML and other files. I want to be able to embed that swf in other HTML pages ...
1
vote
1answer
564 views
SWF Loader & Flex's SWFLoader: child SWF sandboxing policy
REF: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Loader.html
With regards to a parent SWF loading a child SWF via the Loader class, is it possible to prevent the loaded ...
0
votes
2answers
440 views
Problems loading XML file with swf on my site?
I created a swf that I have on my website. The swf loads xml data. it works fine when I test it locally. But when I upload it to the server, I get a IOErrorEvent(). Why is this occurring?
Here is the ...
0
votes
3answers
1k views
as3 sandbox security violation with http://schemas.xmlsoap.org/soap/encoding/
I implemented a gSoap c++ webservice-server to be accessed by Flash (as3) Everything runs smooth as long as i test the .swf locally, the .wsdl is loaded fine, and the communication works, even with ...
0
votes
2answers
102 views
Packaging some files with a Flex/Flash App?
Is it possible to package a XML file with a Flex app inside the .swf?
With a Silverlight application, you can do this quite easily but you have to do a http request in flash to grab it if you're ...
1
vote
3answers
2k views
Is there an way to load external swf into a sandbox in flash?
I'm loading flash ad-banners inside my all flash site with Loader. I have no control over the code inside the banners as they come from advertisers.
I'd like to load them so that there is no way ...
0
votes
4answers
2k views
Cross Domain policy file forActionscript 3.0
I need to access an ASP.Net2 page from Action Script 3.0 and I wrote the code in .fla file that access the asp.net page but there is a problem in the accessing it reports to me the following error :
...
