| Lu Aye's Blog, images and projects: Feed |
LuAye.com |
| RSS Feed | |
| | All | Life | Ideas and thoughts | Reviews | Shout out | News | Coding | |
| <Previous Post | Next Post> |
| My first AIR app Coding [Fri, 16 Oct 2009 13:44:02 +0200] |
| A quick port of my Console-remote to AIR... |
| I was hoping to be able to use this AIR console-remote for all platforms (local swf/remote swf/flex/air, etc...), but it's not possible...
Because, sandbox for AIR apps are 'application' while SWF sandbox can be 'local' or 'remote', etc... I don't think there is a way to link up the sandboxes and therefore I will not be able to use this air app to work on all platform... :( It looks great tho... If you dare... download UPDATE: I take back my negative statement. I managed to connect from flash (of any domain/sandbox) to AIR. The trick was to add _ (underscore) at the beginning of connection name, and flash treat it as a shared/all domain connection. Update download of this (v2.1) will be available soon in Console projects page: http://code.google.com/p/flash-console/ |