Most voted "adobe-air" questions
Adobe AIR allows developers to use HTML, Javascript, Adobe Flash software, and Actionscript to develop web applications for mobile devices and desktops that can run as standalone client applications without the limitations of a browser.
Learn more…11 questions
Sort by count of
-
3
votes1
answer72
viewsAdobe Air integrate Flex Componets
I am developing a project through Adobe AIR and Action-Script 3, I found that the UI Components do not have mobile support, ie on Android or iOS they do not scroll-bar down and up with your finger.…
-
2
votes1
answer277
viewsStart application on a specific monitor in Adobe AIR
I am developing an application in Adobe Air exe that uses 2 monitors, the application calculates how many monitors have the computer, and calculates using a Rectangle to popular the same. Here it is…
-
2
votes1
answer35
viewsAdobe Air iOS - Fileoffset error
Good, I am currently developing for iOS in Adobe Air in Ad-hoc distro mode. I’m currently using these technologies: Adobe Air 18 Adobe Flash Player 17 Adobe Flash Builder 4.5 Adobe Flash…
-
1
votes1
answer266
viewsDevelopment for mobile with Adobe AIR
I’m trying to develop a chat, with custom listview for video, images and etc. but it’s causing a lot of lag. Hangs everything that’s right! Even touch, when you move from one screen to another. Has…
-
1
votes1
answer74
viewsHow to use Stagewebview
I need to implement an Application to show HTML texts already formatted, these texts are with images. I found two options: Webview - But I can’t use it as a component, just instantiating and playing…
-
0
votes1
answer136
viewsAdobe air apk does not run on android 4.4.4
I’m using version 15.0 of SDK Flex and AIR, but even so my application does not run on mobile Moto G, which has its android version of 4.4.4 Can you tell what it can be?
-
0
votes1
answer133
viewsHow to download linked HTML files within AIR application?
I created an application with Adobe AIR and played within it the HTML component that will open my desired page. The problem I’m having is that within this HTML page there are some functions to…
-
0
votes0
answers98
viewsIs it possible to select graphics card?
I am wanting to create a small web program where I need to select a video card. It is a software for displaying music on projector. As the PC will have two boards one will only show on projector.…
-
0
votes1
answer60
viewsAdobe Air iOS - Unload Swf
I wonder if it’s possible to do unload of a swf on iOS. I am currently doing an iOS project using Adobe Air and my class is as follows:: function foo() { var m_lc:LoaderContext = new…
-
0
votes1
answer54
viewsPage does not load on screen size
I want to change the code to open the screen size. I am using: import flash.geom.Rectangle; import flash.media.StageWebView; var webView:StageWebView = new StageWebView(); webView.stage =…
-
0
votes0
answers33
viewsHow to upload multiple flash content without conflicting with the maintimeline of other previously uploaded content using Loader.loadBytes?
In my project, I am trying to save all the swfs loaded in memory to make users free of delay... I can’t and I don’t want to use "Loader.unloadAndStop()" in the Loader. I am saving all content…