<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel><atom:link href="http://sandboxviolation.appspot.com/rss" rel="self" type="application/rss+xml" />
<title>sandboxviolation</title>
<link>http://sandboxviolation.appspot.com/</link>
<description>sandboxviolation - Recent Questions</description>
<language>en-us</language>
<copyright>Copyright 2009, Anirudh Sasikumar</copyright>
<generator>gae</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<ttl>600</ttl>
<lastBuildDate>Tue, 19 May 2026 04:07:43 GMT</lastBuildDate>
<item><title>Trouble installing my own AIR app</title><description><![CDATA[
When I publish my AIR app I can't even install it myself, because it gives an error:  "This application requires an update to Adobe AIR that is not available for your system." It is not the system requirements, nor any of the settings, what can I try next? Please help...
]]></description><pubDate>Fri, 03 Jun 2011 09:16:18 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/1224410</guid></item>
<item><title>aa</title><description><![CDATA[
aa
]]></description><pubDate>Sun, 08 May 2011 12:52:03 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/1230401</guid></item>
<item><title>zz1</title><description><![CDATA[
d?
]]></description><pubDate>Sat, 12 Feb 2011 14:54:50 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/1162402</guid></item>
<item><title>openID</title><description><![CDATA[
I need  sample code for integrating with the openID sign in and registration. Can anyone help me?Thanks, Karl 
]]></description><pubDate>Fri, 15 Oct 2010 01:03:17 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/960401</guid></item>
<item><title>SandBox Violation while invoking remoteObject on different war</title><description><![CDATA[
Hi, I have two wars in my application say abc.war and xyz.warMy abc.war contains the swf file and I am trying to invoke a method in xyz.war using RemoteObject.And while doing so I get Security sandbox violation.The context and domain of both are different.I tried putting the crossdomain.xml in xyz.war but no luck Please advise?
]]></description><pubDate>Wed, 22 Sep 2010 13:22:51 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/904401</guid></item>
<item><title>Custom loaders</title><description><![CDATA[
I've noticed on this sandbox that there are a couple different loaders and there isn't any default flex loaders.  My questiong is how does one make those?I'm using Ubuntu to develop in flex 3.Thanks,Michael
]]></description><pubDate>Fri, 13 May 2011 11:29:26 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/786401</guid></item>
<item><title>Deep Linking</title><description><![CDATA[
How deeplinking can be done with flex?For instance URL header  of the website holds  http://www.testtest.com/. At this point of time we build the neccessary objects and bound them to the view. If suppose http://www.testtest.com/users  what are the neccessary steps we should do. Kindly get me a solution for this issue. Exactly saying the best example is this website http://sandboxviolation.appspot.com/#questionshttp://sandboxviolation.appspot.com/#questions/418401http://sandboxviolation.appspot.com/#tagshttp://sandboxviolation.appspot.com/#usersReally awesome.!
]]></description><pubDate>Sat, 29 Jan 2011 11:44:11 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/597401</guid></item>
<item><title>oiuloui</title><description><![CDATA[

]]></description><pubDate>Mon, 07 Jun 2010 06:05:24 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/572401</guid></item>
<item><title>how long did this site take to build with flex/app engine?</title><description><![CDATA[
just curious..
]]></description><pubDate>Tue, 01 Jun 2010 06:40:48 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/456401</guid></item>
<item><title>FlexMDI and Flash builder 4</title><description><![CDATA[
How i can compile FlexMDI application with Flexlib 2.5? Now i have errorDescriptionResourcePathLocationTypeUnknown Flex SDK: "Flex 2.0.1 Hotfix 1"examplesUnknownFlex Problem
]]></description><pubDate>Sat, 24 Apr 2010 08:07:48 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/418401</guid></item>
<item><title>AS3 + DataGrid with ColorPicker or any other Component</title><description><![CDATA[
Have been looking through LiveDocs, Google etc and cant seem to find how to do a customised datagrid whereby I can insert a colorPicker component in one of the cells, or any other components.Is there a way to do this?  I have found some examples, but they are all in as2 and thus irrelevant.Thanks for your help.
]]></description><pubDate>Mon, 07 Jun 2010 11:03:11 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/165408</guid></item>
<item><title>OpenID implementation.</title><description><![CDATA[
Hello gentlemen,Could you please give me some hints about how the OpenID login is made on this site?
]]></description><pubDate>Fri, 23 Apr 2010 18:20:25 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/153408</guid></item>
<item><title>Sharing buisness logic between the server and the client</title><description><![CDATA[
I'm working on an app which will, like most apps, have a whole boat load of buisness logic, almost all of which will need to be executed both on the server and the client And I'm trying to figure out the best (read: least complex) way to implement the rules engine.These are the parameters of the problem:  * The rules engine must both run in a web browser (ie, in Flash Player) and on the server. Duplicating the logic (eg, by writing a "server" version and a "client" version) would be an unacceptable risk.  * The input/output data is fairly complex, so serialization is a nontrivial problem. We are currently using AMF for all of our serialization needs, and using another protocol would add significant complexity So it should probably be avoided.  * It is infeasible to implement a "rules description language". Experimentation has shown that rules are sufficiently complex that any such language would need to be Turing complete Which would also add a significant amount of complexity.  * The rules engine will not need to make some, but not very many, service calls.Currently, the best contenders are: * Writing the code in ActionScript, then running it on the server. In theory it's possible to start up an AVM instance, get it long-polling a gateway, then pass data back and forth that way But that seems less than ideal. Is there a "good" way of doing this? * Writing the code in haXe. I don't know anything about haXe's AMF support, so that could be a deal-breaker. * Something involving Tamarin. Seems like a viable option, but I haven't done enough research to tell either way.So, what do you think? Are any of these options clearly better than others? Is there something I haven't though of that's worth considering?Finally, thanks for reading this wall of text :)
]]></description><pubDate>Tue, 20 Oct 2009 06:54:48 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/115410</guid></item>
<item><title>capturing object/field properties</title><description><![CDATA[
How can we capture the properties of external application object/field using flex application?
]]></description><pubDate>Wed, 23 Sep 2009 01:33:33 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/95402</guid></item>
<item><title>Can we papameterize the  component Id's?</title><description><![CDATA[
for(var i:int = 0;i&lt;5;i++)        {        for(var j:int =0; j&lt;7;j++)             {                 var t:String = "txt";                 var temp2:String = t+i+j;                 // temp2.text = "Hello";                  }        }        Actually my requirement is..... i have id's like txt00, txt01, txt02,....... txt4,6. I need to add some text to these components using for loop. Could you plz let me know, how to parameterize the id's of components?
]]></description><pubDate>Mon, 14 Sep 2009 06:09:22 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/89431</guid></item>
<item><title>What is the event model in Flex ?</title><description><![CDATA[
What is the event model in Flex ?
]]></description><pubDate>Fri, 11 Sep 2009 05:08:29 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/89427</guid></item>
<item><title>How Flex event will contact server?</title><description><![CDATA[
How Flex event will contact server?
]]></description><pubDate>Fri, 11 Sep 2009 05:10:23 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/90436</guid></item>
<item><title>Best Approach to user management and authenticatioin</title><description><![CDATA[
HelloI am currently finishing a relatively simple site that is driven by coldfusion and mysql db with a flex front end.  I do not have much experience writing a user management system or with anything other than basic authentication.  Right now, I am only writing new users to the db and authenticating passwords against it through an sql query.  There must be a better way to do this and I would really appreciate any direction or resources. Thanks!Jeff
]]></description><pubDate>Wed, 09 Sep 2009 07:09:02 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/89417</guid></item>
<item><title>GMT EST</title><description><![CDATA[
var milliseconds:Number = Date.parse("Tue Jul 28 13:30:00 +0000 2009");var estOffset:Number = -(5 * 3600000);var finalDate:Date = new Date(milliseconds- estOffset);trace(finalDate.toString());Can anyone says where am I going wrongIt gives me 29th of July
]]></description><pubDate>Wed, 29 Jul 2009 05:50:22 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/77418</guid></item>
<item><title>Detect user interaction with HTML elements</title><description><![CDATA[
Hello, is there a way from inside  the flex application to detect if a user clicks an external HTML link ?I want  to  show a pop up window for confirmation, if the user clicks somewhere else and tries  to "unload"  my swf file...
]]></description><pubDate>Mon, 27 Jul 2009 08:12:06 GMT</pubDate><guid isPermaLink="true">http://sandboxviolation.appspot.com/#questions/75412</guid></item>
</channel></rss>