How works URLRequestDefaults.idleTimeout
Hi! From documentationThe idle timeout is the amount of time (in milliseconds) that the client waits for a response from the server, after the connection is established, before abandoning the request....
View ArticleWhy does using TLF text in an fla for Air yield a security warning?
I'm trying to prepare an fla in Flash for an Air Application. I included in the first frame a TLF text field. when I run the TestMovie in Air Debug Launcher I get a warning: Warning:...
View ArticleProblem with blocked native processes
My application relies heavily on native processes so that I am trying to implement fallback strategies if a native process doesn't work as expected.While creating test scenarios I had a problem with...
View ArticleQuestion about XML and namespaces
I am having some trouble understanding working with XLM namespaces in AS3. I need to output a programs data in OpenDocument text format (.odt) for editing by word processing programs. The root...
View Articlecan File.openWithDefaultApplication() READ (not EDIT) Win Registry?
The File.openWithDefaultApplication() method prohibits modification of .reg (registry) files in Windows, but can it READ these values? I am interested in finding the user selected value for Desktop...
View Articleinstaller file is damaged
I can't install the .AIR file created by my Flex Builder 3 (SDK 3.5 with AIR SDK 2.5).I compiled my Air project, executed without any trouble (also in debug mode) but when trying to install on my pc...
View ArticleHow to open a Cash Drawer in AS3? NEED ANSWER ASAP!!!
Is it in anyway possible to open a cash drawer in actionscript 3 (Flash CS5) that is connected to a receipt printer. NEED ANSWERS ASAP!
View ArticleEmbed Video (flv) in AIR application
I have a flash file which i've embedded FLV videos into. They link to the external video file.When I export out the AIR application, and install it, it doesn't bring the video files with. I have to...
View Articlefile does not contain AndroidManifest.xml
Hi all, I'm having an issue where I'm packing an AIR 2.5 application as an Android APK file, and attempting to install it on a device. The ADT command line tool creates the file without issue, but when...
View ArticleCommunication between two or more AIR Applications
Is there a way to actually create adobe applications (written in Flex) to communicate with each other or simply pass data to one another? Like send variables to the anoother and then process that...
View ArticleAdobe Air Database Connection
Hi fellas, I'm new to Adobe Air and I have looked around and couldn't find a decent tutorial about Air and Databases. I'm a web developer and I'm used to work with MySQL, is it possible to work with...
View ArticleFlashbuilder 4.5 Alert.show error
My shutdown method looks like private function onShutDown(event:Event):void { event.preventDefault(); Alert.show("Do you REALLY want to close this application?", "Wait! Don't...
View ArticleImport Remote Plugin / Module into AIR application
Hello! I want to run remote code in my AIR application within the same security sandbox. I found this article http://blogs.adobe.com/emalasky/2008/04/remote_plugins.html which describes quite shallow...
View ArticleAIR h.264 encoding support
Is h.264 encoding in AIR at the roadmap of Adobe? I know Adobe is working hard on delivering the requested features, and thanks for the Echo Cancellation. It works great. H264 is now in flash player,...
View ArticleStage video on desktop (AIR)
Is it true that Air 3 does not support stage video on the desktop?.Really? FP 11 can but AIR 3 cant??The hype around AIR3 at Max got us really interested, but as I am investigating the details of...
View ArticleHow to build Native Executable for Mac OSX? (Win32 ok)
I'm building an AIR Native Installer app which includes a build of Imagemagick to resize and auto-rotate JPG photos without losing EXIF data. I've got it working fine on all Windows platforms and also...
View ArticleAdd Child to New Window
Hi, I've been trying to find some answers on how to add children to a new window with no luck. If I create a new native window . . . var newWindow:NativeWindow = new NativeWindow( initOptions );...
View Articleis RTMP on IOS possible?
Is live video streaming and accessing the server sharedObject or calling FMS server functions from client using RTMP protocall with Flex 4.6 (AIR) app for IOS, possible? Any discussion or answer would...
View ArticleHow to run Flex Application in the background in iOS platform
Hi Everybody,I have a very serious problem. I have an application that needs to ping the server periodically through HTTP. Now, the application runs very fine when it's launched and on the screen....
View ArticleAir 3.5 iOS Native Extension - Undefined symbols for architecture armv7
I am trying to create a native extension to interface with a 3rd party SDK that was designed for iOS. I have built this extension before, but recently the 3rd released an update to their sdk and I took...
View Article