1
vote
1answer
19 views

Display HTML page in browser window upon clicking a button

I have a button on flex(AIR app). when i click on the button,has to open a browser window which will display an HTML page.
-1
votes
1answer
24 views

display an HTML page(containg audio player) in felx AIR

for($i=0; $i<$fields_num; $i++) {$field = mysql_fetch_field($result); 'echo "<td>{$field->name}</td>"; }echo "</tr>\n"; while($row = mysql_fetch_array($result)) { echo ...
0
votes
1answer
38 views

Open browser on click of anchor tag from an AIR( flex ) Html Component

I am rendering a HTML page in flex using the htmlloader component. The html content has an anchor tag clicking on which should launch the webpage in the browser. This anchor tag doesn't work.Do we ...
0
votes
1answer
57 views

Adobe AIR HTML Component, Load local app HTML, but allow remote (http) script and content

I'm looking to load an included html file into a Flex HTML component in my AIR application, and that html file will include references to remote content. The default setup in AIR is to not allow this ...
1
vote
0answers
50 views

Error loading local html on StageWebViewBridge

I´m getting this error when I try to load a local html on StageWebViewBridge container: Error #2044: Unhandled ErrorEvent:. text=Load error. code: private function onDiskCacheEnd( ...
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
0answers
51 views

BB10 QNXStageWebView drop down not working

I'm trying to use the QNXStageWebView control using the BB10 SDK 3.1.1 for Adobe AIR and I'm having an issue when clicking a drop down menu (HTML select tag). It does not work, when I click on the ...
0
votes
0answers
54 views

How to embed an SVGZ image

In an Adobe AIR (html/webkit) app, how can I embed a svg & gzip (.svgz) image? Per this related question, I tried: <p>Above</p> <embed src="app:/img/d_new.svgz" width="200px" ...
0
votes
0answers
34 views

Title mx:HTML Image Drag Drop to Desktop issue

When i loaded some page into mx:Html component and had written some code to save drag images to desktop it didnt work as expected. Please check the following example and click on any right top image ...
1
vote
0answers
158 views

Adobe AIR HTML+JavaScript app vs. hardware acceleration

I'm developing an HTML application for mobiles and desktops. The application is optimized for WebKit based environment. To improve a rendering speed I'm using hardware accelerated layers (something ...
0
votes
0answers
70 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 ...
0
votes
0answers
21 views

How to compile a HTML project with many files in adobe air?

I've begun playing around with adobe air to create local applications written in HTML/CSS/Javascript. I'm packaging the applications using the ADT tool from the SDK in my command line. Using this ...
0
votes
1answer
54 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
65 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 ...
1
vote
0answers
32 views

Certificate decoding error in adobe air

I tried a lot googled a lot but no answer. I created an application in adobe air and now wants to package it. I am getting error while creating self signed certificate using following command- This is ...
0
votes
0answers
46 views

how to i use mx:html to catch the 302 redirect when use the locationchange event

I want to to a air application to make an OAuth application. but when i get 302 redirect, the locationChange event of the mx:htmlcan't be fired
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: ...
4
votes
1answer
97 views

Adobe Air HTML dynamic gallery - how to release memory by deleting images

I'm developing a little desktop app using Adobe Air and their HTML API. The app has two window, one displaying a slideshow of images present in a folder on the local machine and the other window ...
1
vote
1answer
164 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 ...
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 ...
0
votes
0answers
67 views

Adobe AIR app compiled from HTML - Launch fullscreen?

Having trouble finding a definitive answer to this. We have an HTML5 site that needs to be embedded inside of an AIR app because our client is not allowed to upgrade past IE 7. Was able to ...
0
votes
2answers
217 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?
-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
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 ...
1
vote
1answer
170 views

How to pass an AS3 String from an AIR app to an HTML page opened inside an HTML component?

I have build a complete AIR kiosk working full screen and included my own designed&developed virtual keyboard for text input. It finds the current textInput that has focus and adds letters or ...
1
vote
1answer
174 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 ...
1
vote
1answer
84 views

Are Flex HTML Component <a> Tooltips Disabled?

I'm working on an AIR application in Flex using the HTML component. The page that loads inside the component has a few "a" tags that all have titles for tooltips. However, they don't show up inside ...
1
vote
1answer
130 views

How to include html files in Adobe AIR?

How to include common HTML template files like header, footer etc. in another html file in Adobe AIR? Something similar to SSI: <!--#include file="header.shtml"--> or PHP: include ...
0
votes
0answers
60 views

Can HTML SWF browsers rotate inside/along with a Desktop AIR application if browser is modular?

I get a buged out browser module in my Desktop AIR application after doing an application level rotation/orientation-change/flip screen for viewing on other side of monitor . Most of the HTML content ...
0
votes
0answers
98 views

How do you track HTML request progress from a Flex/AIR application that is using HtmlLoader

Is there a way to catch HTTP progress events, including completion status, in my AIR application: <mx:HTML id="content" locationChange="locationChanged()" addedToStage="go()"/> ... function ...
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 ...
0
votes
2answers
409 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 ...
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
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 ...
0
votes
1answer
136 views

How to get mouse coordinates in Javascript under Adobe Air Extension for Dreamweaver 3.3?

this is my first post over here, but I am quite desperate. I Googled, Googled, and Googled again, without success. I would seriously appreciate any help or hint. I am developing an Adobe Air app (a ...
0
votes
1answer
117 views

Change server HTML app into self-contained desktop app

I wrote a simple web server that takes the public link to a google document containing image urls and names and outputs a print-friendly HTML photo directory with its contents. I created it for a ...
0
votes
1answer
222 views

Resize image for download client side

Is there any way through any type of client side script to get an external image (ex: http://www.google.com/image.jpg) and resize it when the user copies the image so that the pasted image will be ...
2
votes
0answers
104 views

How can I get around Adobe AIR strict JavaScript sandboxing?

I am building a desktop HTML application. I choose Adobe AIR for deployment because I am familiar with AIR from the ActionScript side and because it seems to hook into the desktop well. However, I am ...
1
vote
2answers
345 views

How do I communicate between Javascript and Flex?

I have a windowed Flex application (AIR) that uses an HTML file for the UI, but I have some Flex code that needs to be executed when the page is loaded. I have imported the HTML interface into the ...
0
votes
1answer
260 views

Adobe Air HTML - How to add a drop shadow?

Does anyone know how to add a shadow to an Adobe Air app, made with HTML? I'm using the Window style "Custom chrome (transparent)" which removes the border, but it also removes the drop shadow. If ...
1
vote
1answer
816 views

Best way to deliver a website to view offline on an Android tablet

looking for some advice on what is the best way to deliver an HTML/CSS based website for use on Android tablets offline. Having researched the topic on here for a while and looking into different ...
0
votes
1answer
237 views

HTML Generation from Adobe AIR with Actionscript (AS3)

Which is the fastest way to generate HTML from a MXML GUI? I would like to print a complex GUI
-3
votes
2answers
214 views

How to use JavaScript in Adobe AIR to get HTML content of a page? [closed]

I'm developing an Adobe Air app using JavaScript. I want to get HTML content of another website page, but I can't do it. Requirement: cross-domain and no server. Example: get HTML content of page ...
0
votes
2answers
158 views

AIR application and HTML pass parameter

I have an AIR application that is downloaded from a webpage. In order to download the application, one must be logged in. I would like the first time the user opens the application, to be able to ...
0
votes
0answers
78 views

AIR from HTML: Controlling Size of New Window

I'm using Dreamweaver to convert a web site into an AIR desktop app. The app searches and browses through PDF files and provides links for opening them. I am foremost a web developer, so HTML and ...
0
votes
1answer
558 views

Click HTML element in AIR using ActionScript

I'm trying to dispatch MouseEvent for HTML component in an AIR application. This way I want to simulate a click on HTML elements with ActionScript code. Here is my AIR app code: <?xml ...
1
vote
0answers
240 views

Show a notification in the system tray in a standard way

what is the more cross-platform way (Windows/Linux/iOS...) for a web application to display some notifications in the system tray (or equivalent) ? I guess HTML + Javascript won't be sufficient and ...
0
votes
2answers
541 views

Adobe Air application fullscreen - HTML/XML/Javascript

Making my first Adobe Air app and was wondering if their was a fullscreen tag or javascript function to make the app fullscreen? I'm using HTML etc, not Flash.
0
votes
1answer
348 views

How to create Adobe Air application that pulls images from a folder on computer outside of application

I am building a simple HTML/javascript Adobe Air Application that will be installed on a desktop computer. The application will just have thumb nails of movies and when clicked the movie pops up and ...
6
votes
1answer
455 views

Input elemnts in HTMLLoader are readonly in adobe AIR

Lets say i have a html file that contain a form: <form method="post" action="url"> <input type="text" id="fullname" /> <input type="text" id="bodyText" /> <input ...

1 2 3