Simon
|
Registered User
|
|
|
11h |
comment |
Why does the Flash Player throw a sandbox error in this case? _in and _out are just print streams which should be closed, but _socket is the TCP socket returned by the SocketServer listening on port 843. I'll comment out all the `close`s and see what happens. Thanks very much for looking at it. |
|
2d |
comment |
What tools do you use to upload files to amazon ec2 Linux instances? I like the Firefox plugin, but I was hoping to get away without having to have an S3 instance. Do you use S3 for deployment of code up to the server or for storage of data? I understand its use as the latter, but haven't seen it used for the former. |
|
2d |
comment |
What tools do you use to upload files to amazon ec2 Linux instances? thanks for this, I have the putty tools and am just learning how to make an ssh connection. There are hoops because of elastic IP addresses. |
|
2d |
revised |
What tools do you use to upload files to amazon ec2 Linux instances? added an afterthought |
|
2d |
asked | What tools do you use to upload files to amazon ec2 Linux instances? |
|
2d |
answered | Using FlashVars to pass variables to a SWF |
|
2d |
comment |
How do I run a class in a WAR from the command line? @Andrew, I could have two different packages, it just seems wasteful when the content of one is a superset of the content of the other |
|
2d |
comment |
How do I run a class in a WAR from the command line? tried the classpath idea, didn't work |
|
2d |
asked | How do I run a class in a WAR from the command line? |
|
Dec 2 |
accepted | Forcing Redraw of Flex Chart After Changing Line Series |
|
Dec 2 |
answered | Forcing Redraw of Flex Chart After Changing Line Series |
|
Dec 2 |
revised |
Why does the Flash Player throw a sandbox error in this case? added flash player version |
|
Dec 2 |
comment |
Why does the Flash Player throw a sandbox error in this case? I tried the same thing as the OP on that thread, i.e. adding a delay and making sure the socket gets closed on the server end and I get slightly different timings, but the same net result. I should have put the flash player version in the original question - thanks for pointing that out, I'll make an edit. |
|
Dec 2 |
comment |
Why does the Flash Player throw a sandbox error in this case? this is a very useful lead, thanks very much. I'll shift my server code around a bit to try some of these things. How do you change the timeout? |
|
Dec 1 |
comment |
Forcing Redraw of Flex Chart After Changing Line Series how do you supply the data to the chart in the first place? |
|
Dec 1 |
comment |
Why does the Flash Player throw a sandbox error in this case? @James, done. I have put my server code and the simplest client I could make in a zip file and attached it to the issue. |
|
Nov 30 |
comment |
Why does the Flash Player throw a sandbox error in this case? @James Ward, see Edit in OP. |
|
Nov 30 |
revised |
Why does the Flash Player throw a sandbox error in this case? response to James Ward's request |
|
Nov 30 |
answered | Forcing Redraw of Flex Chart After Changing Line Series |
|
Nov 29 |
accepted | What are the tipping points for team size vs process overhead? |
|
Nov 28 |
comment |
Why does the Flash Player throw a sandbox error in this case? I was aware of the null terminating byte and have tried it without any effect. However I tried it amidst some other changes so maybe I'll try again. Thanks for your answer. |
|
Nov 23 |
answered | How should my business logic interact with my data layer? |
|
Nov 21 |
comment |
Why does the Flash Player throw a sandbox error in this case? Thanks, but nope, XP. Your first link was posted by @Phil Hayward too. I can't say for sure that this would no go away on the public internet and I am just about to rent a public server to try it out - an expensive bug investigation. No profiler in play. |
|
Nov 20 |
awarded | ● Popular Question |
|
Nov 19 |
comment |
Why does the Flash Player throw a sandbox error in this case? thanks for the suggestion, tried it and nothing changed. |
|
Nov 18 |
comment |
Sandbox violation on second socket send Much more information, plus the socket policy file and a bounnty here... stackoverflow.com/questions/1709467/… I don't have a crossdomain.xml file as I am not using HTTP. |
|
Nov 15 |
comment |
Why does the Flash Player throw a sandbox error in this case? Here is what policyfiles.txt looks like OK: Searching for <allow-access-from> in policy files to authorize data loading from resource at xmlsocket://192.168.2.3:45455 by requestor from localhost/bst/BasicSocketTest.swf Warning: Ignoring invalid <allow-http-request-headers-from> tag for domain '*' in policy file at xmlsocket://192.168.2.3:843 OK: Policy file accepted: xmlsocket://192.168.2.3:843 OK: Request for resource at xmlsocket://192.168.2.3:45455 by requestor from localhost/bst/BasicSocketTest.swf is permitted due to policy file at xmlsocket://192.168.2.3:843 then 2048 |
|
Nov 14 |
answered | managing multiple software projects |
|
Nov 14 |
comment |
Why does the Flash Player throw a sandbox error in this case? I tried specifying the ports without any success. The first one is not applicable since the socket policy file specification does not require the tag. Remember, I am not making HTTP requests, I am going directly against a port with a binary socket. adobe.com/devnet/flashplayer/… |
|
Nov 13 |
comment |
Why does the Flash Player throw a sandbox error in this case? thanks for the code suggestions, I tried adding both to my code and I get the same sandbox error. My server successfully opens 843 and 45455, so I don't have any port blocking issues. As I say in my question, the first message gets through, which wouldn't happen unless the sockets were working. Also I am not using HTTP, so crossdomain.xml is irrelevant as the player is looking for teh socket master policy file on port 843. That works and I serve an open policy file. I still get the sandbox error. adobe.com/devnet/flashplayer/… |
|
Nov 12 |
answered | In Flex, how do wrap Lists into columns? |
|
Nov 12 |
accepted | Getting handles to dynamically-generated Flex components |
|
Nov 12 |
comment |
Why does the Flash Player throw a sandbox error in this case? there is a message in the flashlog which says the swf is being loaded, but that's it for the policy log, I have shown the whole thing verbatim. |
|
Nov 11 |
comment |
Prolog parse postfix math expressions Looks quite close to reverse polish notation |
|
Nov 11 |
comment |
Why does the Flash Player throw a sandbox error in this case? thanks for the suggestion, but I only ever use IP addresses when binding the socket, so the localhost resolution in the other thread is not applicable |
|
Nov 10 |
answered | Getting handles to dynamically-generated Flex components |
|
Nov 10 |
asked | Why does the Flash Player throw a sandbox error in this case? |
|
Nov 10 |
answered | finding cycle of 3 nodes ( or triangles) in a graph |
|
Nov 4 |
revised |
Sandbox violation on second socket send added an update |
|
Nov 4 |
comment |
Sandbox violation on second socket send I have no explicit compiler setting, which means it will take the default of "true" and that means I can get at network resources. I think this is a red herring. If it were an issue with the compilation flags it would not work at all, rather than work only once. |
|
Nov 4 |
comment |
Sandbox violation on second socket send do you happen to know how to change the sandbox setting in Flex 3? |
|
Nov 4 |
asked | Sandbox violation on second socket send |
|
Oct 29 |
answered | Correct Protocol for Non-coder Startup looking to Outsource Web Development |
|
Oct 29 |
comment |
Finding people to do usability testing haha, I did something quite similar, and in Starbucks too. Instead of a sign I sat chimping away for most of a day and anyone who was sat nearby for more than 10 minutes I struck up a conversation with and asked them what they thought. I got some interesting feedback, but the problem was that the audience knew almost nothing about the subject matter so I mostly got cosmetic suggestions. I also met a bunch of quite nice people though, so I'd recommend it. |
|
Oct 29 |
comment |
How do I connect a pair of clients together via a server for an online game? what would I store on the server if I wanted to re-broadcast to a client? I think this is the bit I really don't understand, especially in an environment where the client may have asynchronously disconnected. What form does an address of a client take so the server can post messages to it? |
|
Oct 29 |
comment |
How do I connect a pair of clients together via a server for an online game? Flash Server = US$4,500... |
|
Oct 29 |
comment |
How do I connect a pair of clients together via a server for an online game? any idea how current and well supported this is? The whole thing looks a bit dated. |
|
Oct 28 |
answered | Understanding algorithms for measuring trends |
|
Oct 27 |
comment |
How do I connect a pair of clients together via a server for an online game? I am pretty fluent in Flex comunicating with a Java back end via AMF, and in fact my prototype game is developed in Flex. When I was developing applications in anger some years ago the Flex Data Services were part of Flex 2, now they have been spun out. It wasn't a good solution for the problem I had then and to be honest it still feels a bit heavyweight, but maybe I need to look again. I shall... Thanks for the answer. BTW I think latency will be an issue, so I have pretty much discounted web services. |
|
Oct 27 |
asked | How do I connect a pair of clients together via a server for an online game? |
