-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm working with adobe air and I have this code..
var urlReq = new air.URLRequest('http://google.com');
air.navigateToURL(urlReq);
It's working correctly in that it is loading the page in the browser, but the issue is that adobe air is staying in the front and the browser is not being brought…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello
I am downloading and storing files locally in the app storage domain. For some reason one of the files gets locked by air. I found this by looking at process explorer.
If I clear the browser cache the file never gets locked, only if it attempts to download the file but it exists in browser…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello Stackoverflow community,
Does anyone know if there is an option to not create a shortcut to an AIR application after its installation?
Currently, all I have found is an option to choose the location of the application shortcut from within the start menu (in the application descriptor file…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Is there a way to access other active windows in AIR?
I want to make an AIR app that look into the active application text and look for a specific pattern and make a transparent window into that text position to create a button.
Its a bit like the skype plug-in in Mozilla ... It replaces the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone,
i'm trying to load a local SWF Application in my Air Application via the SWFLoader class. The SWFLoader class is displayed in a new Window. Therefore, i'm trying to resize the window automatically, when the Flash Application is resizing. But here's the problem. The SWFLoader does…
>>> More