0
votes
0answers
39 views

Augmented Reality application - HTML5 vs Native app (AIR for mobile, etc)

I know there are AR toolkits in Javascript but I need to summarize some of the major pros and cons of developing AR apps in HTML5-Javascript vs building a native app, whether using AIR for mobile, ...
2
votes
1answer
44 views

Need function to wait until event handler has finished before executing next function

I have seen many similar questions, but none have actually answered my issue. I would think it would be simple, but I guess it is not. I need to call a function 20 times, each with a different set ...
0
votes
0answers
25 views

Javascript loses reference to AIR function

I have an Adobe Air desktop application which has, as part of the app, an HTML window for displaying HTML/JavaScript. During initial load, I am able to successfully call from JavaScript back to the ...
0
votes
2answers
3k views

Yes/No buttons instead of OK/Cancel in a confirm() dialog?

In an Adobe AIR (HTML/JS) app, is it possible to display Yes/No buttons, instead of OK/Cancel in a confirm() dialog? Anything that works with webkit should work. Here's a related question, but all ...
0
votes
1answer
60 views

Need camera overlay (semitransparent) picture HowTo

If you know any good starting point to learn how to create such effect using Adobe Flash for an iPhone app, or even an Air app, it'd be of much help. Specifically, I want it not to save the overlay ...
0
votes
1answer
60 views

Adobe AIR application remember and set window state in JavaScript

I have a single window AIR application created with FlashDevelop and would like it to remember the size and position of the window when the user closes it. When it re opens it would resize and go to ...
0
votes
1answer
43 views

Adobe AIR HTML app white screen issue

I have this issue for a really long time but can't find any solution. Sometimes the application UI turns white when the app is busy (or maybe the iframe in the app is busy), and it will just happen ...
0
votes
0answers
14 views

How to release air stream.readBytes memory?

I a m currently working on a AIR Javascript project where I have to read 60 000 bytes array. I can clearly see the problem in the process monitor, memory is not release. Here it's what in my loop, ...
0
votes
0answers
71 views

Adobe Air ApplicationUpdater Not Working - HTML / Javascript

I'm trying to add an auto update feature to an existing html/javascript based air application. I use sdk 3.5. When the code executes I get nothing. No error, no log, nothing. I do notice that when the ...
1
vote
0answers
127 views

cross domain tinymcePopup (Result of expression 'tinymce' [undefined] is not an object.)

I have an AIR application which has tinyMCE js into it. I have added a button on tinyMCE toolbar , upon click of which an inlinepopup window appear. this inline popup loads an url var ...
1
vote
1answer
79 views

air xmlhttprequest can't send GET parameters

This is the code that's called on a button click and works fine var console = console || {log:function(msg){window.runtime.trace(msg);}}; console.log("opening link:"+bannerurl); var ...
0
votes
1answer
76 views

Unable to get response status from adobe air xmlhttprequest

This is the code in the html/javascrpt file: var console = console || {log:function(msg){window.runtime.trace(msg);}}; function waitToFinish(){ console.log("this is wait to finish loading ...
0
votes
1answer
98 views

Adobe Air with Javascript, making a program wait while running nativeProcess

I'm trying to extract metadata from video files by running ffprobe using nativeProcess. The code below works just as it should for one file, but causes an error when trying to loop through a series of ...
0
votes
1answer
56 views

Adobe AIR using html and javascript banner failing

It's quite simple. The Adobe AIR application's main window is an html file, and the application.xml looks like this: <initialWindow> <title>window title</title> ...
1
vote
0answers
66 views

Adobe AIR HTML/JS application with javascript scrollbars

I would like to know if it is possible to have custom Javascript scrollbars in an Adobe AIR application. The AIR application is HTML/JS based. I want to have custom scrollbars for some divs and ...
0
votes
1answer
105 views

Can't get air app to load html file included in project

I would like to use JavaScript in my air application but can't get the air app to load the loacal (included) html file. This is the content of the html file: <html> <head> <script> ...
0
votes
3answers
48 views

getDay() errors with Invalid Date in some browsers

I have the following string: "2012-12-10T23:40:41Z" My goal is to get the day as a number (0-6)... sun-sat I pass this string as follows: var input = "2012-12-10T23:40:41Z"; var day = new ...
0
votes
1answer
121 views

Adobe air transparent Windows system tray icon appears as a black block

In Windows, my Adobe air application needs a 100% transparent tray icon. But it always appears as a black block. I tried loading a 100% transparent image and creating a 100% transparent BitmapData, ...
0
votes
0answers
65 views

Adobe Air development in webstorm

Just trying to get familiar with Adobe Air and JavaScript so I've downloaded a trial of WebStorm. I'm following a menu tutorial from here: ...
1
vote
1answer
166 views

JSON stringify works when previewing from Dreamweaver but not from .AIR file when application created

I've been developing a simple application using Adobe AIR, the HTML and javascript version. The application submits a form to an online URL. The values of the forms are JSON strings. I'm using ...
0
votes
0answers
77 views

AIR Embeded SWF says it's a function

I am working on an AIR HTML app that needs to display a live stream from a media server on the localhost. My colleague created a Flash app for me that connects to the stream and displays the video and ...
4
votes
1answer
104 views

Attaching a camera video feed to html in Adobe Air

I am using the Adobe AIR SDK to develop an HTML/JavaScript app that needs to record video. I'm not using Flex or Flash Builder which can use <mx:VideoDisplay /> I know how to attach the camera ...
1
vote
1answer
272 views

UPNP with a Blackberry Playbook

Trying to build an app the requires UPNP discovery. Is there any way to do this on the Blackberry Playbook? Scripts preferred are clientside HTML5/JS (ie Webworks) and Actionscript, although Java ...
0
votes
2answers
221 views

Is there a way to have a Webkit browser within an AIR app with JS/HTML only?

I want to build an AIR app and embed a webkit browser while not using flex/flash, just Javascript and HTML. Is it possible? If so, how? If not, why not?
0
votes
0answers
117 views

Catch URL Request from iFrame in Adobe Air and open default Browser/Application

my current Air App is a simple HTML iFrame Wrapper for an online Application. The problem is, that I need to open certain links in the default Browser or, for PDF Files, in an default Application for ...
-1
votes
1answer
64 views

Adobe Air SDK Resize Window on Page Load

I need to resize an adobe air sdk window on an html page to a certain pixel height and width. Not looking for the initial window in the app descriptor. I'm not so good at coding so could someone give ...
0
votes
1answer
107 views

Change the background color of the icon in taskbar in adobe air

Is it possible to change the background color of the icon in taskbar on windows? I'm going to build a simple chat application using adobe air with html/javascript and want to use this feature as a ...
0
votes
0answers
248 views

Reading and sending image as base64-encoded string via REST

I'm working on a RESTful API in PHP that allows, among other data, an image to be posted. In the PHP-based client, the base64-encoded string that gets posted is obtained like this: $string = ...
0
votes
1answer
159 views

Adobe Air HTML/Javascript Resize Windows on Load [duplicate]

Possible Duplicate: Adobe Air SDK Resize Window on Page Load I am making a desktop html based adobe air app with the adobe air sdk. I'm not very good with javascript and html, so could ...
0
votes
1answer
105 views

Adobe Air - Memory problems

Everytime I make an Ajax request (jQuery) in Adobe Air and loading an image from an external url, the private memory usage increases. Is there any way to disable the cache of images or purge cached ...
0
votes
1answer
445 views

Is it possible to use localStorage and window.openDatabase in Adobe AIR?

I have a working offline application (.html + .js). It uses localStorage and an SQLite database accessed using the openDatabase method. however, when I try to convert this to Adobe AIR using the Adobe ...
1
vote
1answer
175 views

Launching an HTML/Javascript Adobe Air application from a local HTML file.

I am creating my first HTML based Adobe Air application and need it to launch from a webpage on load. I've set allowBrowserInvocation to true but every example I see is from a flash based Air ...
0
votes
1answer
105 views

Call AIR Application method from Javascript

I have an Adoboe AIR (ActionScript) application that embeds an HTML page using the AIR HTML component. I would like to add communication between the two: E.g. I would like to call a method within the ...
0
votes
0answers
55 views

Updating only some files in Adobe Air app with an external program

I need to replace only one file in an quite big HTML/Javascript Adobe Air application, so the Air's update model (replacing the whole app) seems to be too heavy. I was considering using custom native ...
0
votes
1answer
209 views

Synchronous Ajax requests with jQuery doesn't work on Adobe Air

Incredibly synchronous requests sometimes does not work in certain contexts. Has anyone experienced this and have a solution? Thanks.
1
vote
1answer
83 views

Why would jQuery UI Layout run so slow in Adobe AIR?

I've been reworking an app for a long while now and I just got it to work on AIR. However, the common UI layout plugin ( http://layout.jquery-dev.net/downloads.cfm ) slows down the app to a practical ...
0
votes
1answer
115 views

Tracking mouse position in Adobe Air using JavaScript

How do I track the mouse cursor position change in Adobe Air using Javascript API in Adobe Air 1.5 ? The following code doesn't seem to work for me. var mainWin; //main stage var _self={}; ...
1
vote
2answers
357 views

Detecting user idle from computer

Solution found thanks to @Trinh Hoang Nhu: Credits to @stacker ( Java Keyboard/Mouse activity (even outside of my app) ) http://ksquared.de/blog/2011/07/java-global-system-hook/ Is there any way to ...
3
votes
1answer
207 views

Debugging Javascript Running Within Adobe Air

Is there any standard way of debugging Javascript on a webpage that's being accessed from a htmlLoader component inside of an Adobe Air application? I have a web app built using Javascript that ...
1
vote
2answers
805 views

AIR HTMLLoader window.open is not working

I have a web project developed in Flex which I have to make work standalone using AIR. I created Air project and loaded the web application using flash.html.HTMLLoader. The content is loading fine ...
0
votes
1answer
88 views

ApplicationUpdaterUI fails for Mac

LOG: Runtime Installer begin with version 3.3.0.3650 on Mac OS 10.7.4 x86 Commandline is: -updatecheck Installed runtime (3.3.0.3650) located at /Library/Frameworks/Adobe AIR.framework Performing ...
1
vote
0answers
127 views

Air native app won't exit

I'm trying to control the exit of an Air Application, but can't get the application to actually quit. I'm using Native processes with the extendedDesktop profile, and on exit am trying to run a ...
1
vote
2answers
414 views

Adobe AIR: Any way to use HTML, JavaScript, and ActionScript to create a Copy to Clipboard button WITHOUT using zClip? Is this even possible?

I'm not sure if this is even possible, so please bare with me. Firstly, I have no code to really display here, since I have not been able to really make a start until I've found out my answer. I've ...
2
votes
1answer
1k views

Flash / AS3 Google Maps API (deprecated?)

Since Google Maps for Flash is deprecated (see this), what is the alternative. On the link posted it says that you should use the Javascript API, but what if your app doesn't have access to Javascript ...
0
votes
0answers
54 views

How can I load javascript in a different sandbox in adobe air applicaiton?

I am porting a web app to adobe air to make a desktop version. The problem is that I am using several javascript libraries (namely underscore.js) which aren't compatible with the security sandbox of ...
3
votes
1answer
438 views

Html5 desktop webapp options besides titanium

I'm making a html5 game and while I'd like to be able to publish the game to a web platform like chrome store, the game plays closer to a traditional desktop game. So I'd like to be able to make it ...
0
votes
1answer
104 views

AIR framework move window using html/javascript

I'm building and AIR framework application using HTML and JavaScript/jQuery in Aptana 2.0. I've removed the toolbox (<systemChrome>none</systemChrome>), but I need to enable the user to ...
1
vote
3answers
311 views

Calling Js function in a .js file from action script file

Is there any way to call Js function in a .js file from action script file (Here, I mean a "stand alone" .js file, not a js file embedded in html tag) Suppose I have a file lib.js, and inside it, I ...
0
votes
0answers
202 views

Loaded .swf in Adobe AIR cannot find its media files

I'm developing an Adobe AIR javascript application which loads an .swf file exported from InDesign (interactive book). That .swf has a "MySWF_Resources" directory with a sample .flv video. The ...
1
vote
1answer
99 views

Accessing Sharepoint 2007 via Adobe Air App using Javascript

I need to Check out, Edit, and Check in documents on a Sharepoint 2007 server. The documents are XML format. I want to do this in an Adobe Air application which is all HTML and Javascript. I have ...

1 2 3 4 5