Tagged Questions
-1
votes
1answer
42 views
I land on the “Sign in” page when testing the Sandbox [closed]
When I test my application (from Flex) in real mode it works perfectly and I get as a customer to the business account to proceed. When I test in Sandbox mode I always end up on the page where it ...
0
votes
1answer
36 views
sending message out of a sandbox to a custom application
I got an application which uses flash for it's interfaces, and I want to extract information from this application, and parse/use it in my own application (which processes the data, stores the ...
0
votes
2answers
151 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
0answers
210 views
Flash AS2 ExternalInterface.addCallback() from browser filesystem fails silently
I'm using the new JavaScript FileSystem API to store an AS2 SWF file on the user's machine. I am then embedding that file in my HTML page, and trying to use Flash's ExternalInterface to set up two-way ...
0
votes
1answer
163 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
64 views
Salesforce sandbox page need to be refreshed
I have installed a flash app in my sandbox environment. Flash app will refresh the current page while performing some activity but it refreshes production environment as ...
0
votes
0answers
413 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 ...
0
votes
1answer
125 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
1answer
346 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
77 views
Flash: How to safely capture and ignore security violations
Our app is making frequent URL requests to another domain which are not dependent on the app to function normally. Occasionally, for some reason it fails to download the crossdomain.xml from the ...
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
361 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
0answers
260 views
Flex Sandbox Violation when crossdomain.xml already exists
I am using Flex Builder 3, flex framework 3.6, and publishing to flash player 9 (can't find the specific version). We just created a .net webservice, which I am using in flex. It all works great ...
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
660 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
...
0
votes
2answers
523 views
Flash error - Security Sandbox Violation - on integrating Gigya in Flash
I am working on a existing Flash project (a Flash based game), where I need to integrate social login widget Gigya. I researched and finalized using Adobe Flash Platform Services Social.
The problem ...
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' );
...
2
votes
1answer
117 views
crossdoman.xml flash sand box violation
I have a crossdomain.xml file sitting in my WebServer folder on a web:
<?xml version="1.0" ?>
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
...
1
vote
1answer
523 views
Adding a folder on the local network to the list of “local-trusted” places
I have a SWF file located at the local network in the public shared folder that I do not control over trying to read the external file on the local network.
I am currently hitting instead an security ...
0
votes
1answer
144 views
Problem with flash security on offline CD presentation
my problem touches some other questions already asked here, but no topic here has an answer, that solves this situation.
I have created web version of a certaion document, some pages in this document ...
1
vote
1answer
900 views
Detect allowNetworking parameter in Flash
Greetings,
This is regarding a Flash security/sandbox issue. I was wondering if there was a way for the loaded Flash .swf object to know whether allowNetworking="internal" is set for it, possibly ...
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 ...
4
votes
1answer
509 views
local Swf bridge to remote Swf to go around flash sandbox
Goal: to make possible to make requests from flash running on local protocol (widget://, file://, chrome-extension://) without any special permissions on ...
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 ...
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: ...
0
votes
2answers
485 views
Flash security sandbox: calling a Javascript that makes a call to a different site
Edit: I mixed a.com and b.com in my original post, I'll try to rephrase stuff correctly:
A HTML page is loaded from a.com
The HTML embeds a Flash client from b.com
HTML contains a Javascript ...
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 ...
0
votes
2answers
3k views
Flash CS4 AS3 Security Sandbox Violation
I have build my entire website with flash and embedded several swf objects (slideshows) into it. everything always worked fine when I published it as swf movie.
but now that I want to upload my ...
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 ...
17
votes
9answers
4k views
Why does the Flash Player throw a sandbox error in this case?
I get a Flex 3 sandbox error #2048 after connecting to a Socket on a Java (1.5) server. The server code is all mine, i.e. not running under Apache. Flash Player 10.0 r32.
The sequence is as ...
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 ...
0
votes
4answers
212 views
Can I access crossdomain files outside the originally requested domain?
Flash Player 10 specifies:
"Redirects to policy files outside the originally requested domain will
continue to cause policy files to be
ignored by Flash Player."
Is there a way to ...
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 ...
