0
votes
1answer
30 views

Is it possible to save data to sqlite using flash player plugin rather then AIR?

We have a flash web app. we thought to use local storage to enhance performance and responsiveness. LSO falls short to sqlite. AIR is too far on the roadmap for us productwise, therefore wanted to ask ...
1
vote
2answers
236 views

In AS3 how can you detect if someone pulls their camera out of the USB port?

In AS3 if the SWF gets a hold of someone's camera successfully and they start streaming video across and everything, but then mid-stream, either they accidentally wiggle their camera out of the USB ...
2
votes
0answers
178 views

Adobe Air badge file not working after Air 3.4 release in nonDebug players

Please read the subject. All badge installers in the internet are now not working now in non Debug FP(11.3). Including mine too. What does that mean? Simple example: ...
0
votes
0answers
170 views

Use Adobe Flash/AIR VOIP in Winforms

Since there are no answers yet, I'm going to rewrite this question in hopes of an answer (I don't mind discussion, but I know SO is about Q&A). It appears security checks/prompts make it ...
0
votes
2answers
268 views

Weird crash in AIR application

I have a crash that only happens with the installed application I can't make it cvrash in the IDE(Flash Builder debug or run option) After a long time of commenting and uncomenting code I found the ...
0
votes
1answer
238 views

Device font looks different in Flash player & AIR

EDIT: It looks like a bug in AIR. I've reported it here: https://bugbase.adobe.com/index.cfm?event=bug&id=2955444please vote on it ↑ Problem: I've tried to display white text on a ...
1
vote
1answer
943 views

Is android supported FLASH action script 2.0?

I have build one application in which I want to load SWF file build in action-script 2 .0(user interactive like game). problem is when I am view ".apk" in android emulator or AdobeAir emulator its not ...
0
votes
1answer
212 views

Getting the bit rate of a externally loaded mp3 in the flashplayer

does anyone know if this is possible? much appreciated,
2
votes
1answer
6k views

Adobe Air vs Flash Player 10.1 Runtime

Adobe Flash Player is a browser plug-in that provides advantages for users and content creators in the browser, including the ability to deliver RIAs in the browser. Adobe AIR ...
2
votes
2answers
452 views

Flash Projector with multiple windows, each with a new flashPlayer instance

Does anyone know of a flash projector 'project' or 'framework' that uses a new flashPlayer for each window? We've used mProjector, which works well to a point, but I'm very disappointed in the fileIO ...
0
votes
1answer
375 views

Trying to understand Adobe AIR and full screen mode

This adobe's page says that: In Flash Player, full-screen mode can only be initiated through ActionScript in response to a mouse click (including right-click) or keypress. AIR content ...
2
votes
1answer
84 views

Air html window in debugger

I have this code to open an html window from air : _win = HTMLLoader.createRootWindow(); _win.load(new URLRequest("d:/Content/testEnvironment/bin/index.html")); this however does not open a real html ...
0
votes
4answers
3k views

Detecting alt keyDown keyboard event in Flex

I am trying to detect the key down event for the alt key in flex. I have a standard event listener for KeyboardEvent.KEY_DOWN and KeyboardEvent.KEY_UP but don't get any response for the alt key (or ...
1
vote
2answers
5k views

Adobe Flash Player Cache: Does data persist across different users of a system?

Does anyone know if adobe flash player cache data is available to other users on a system? For example: A user logs onto Windows XP, then uses my adobe flex application... and in the process of ...
0
votes
2answers
628 views

UI rendering inconsistencies in Flex application

Has anyone noticed UI rendering inconsistencies within Flex applications. I am having issues with radio buttons and text controls inside a repeater. Below is a sample... What would cause such ...
0
votes
1answer
296 views

Detecting flash test player

I've noticed that there are certain AIR options that don't work in the flash test player (the one that previews movies when you Ctrl + enter). One example is NativeApplication.startAtLogin. If it is ...