Viewed feeds of : Start developing with Adobe AIR ( Apollo)
Using SQLite Databases with AIR - Part 4 - Simple CRUD (Adobe Air technology) 
[27 views, last view 9 h, 31 min and 40 secs ago]
So in case you you've been living under a rock for the last several years, you know that CRUD stands for Create, Read, Update and Delete. Which is what we are going to look at today, doing simple SQL statements with SQLite databases in Adobe AIR using JavaScript. We saw in my last couple posts how do do simple CREATE statements using both synchronous and asynchronous connections. I will paste them here again so that we have the reference all on one page. [More]
[ColdFusion ]
View original post 
|
Add to del.icio.us| Updated 7 months ago
|
Share
VidLoop 1.4.18 is out on Adobe AIR Marketplace (Adobe Air technology) 
[1 views, last view 15 h, 32 min and 46 secs ago]
Just like the sign says… VidLoop 1.4.18 is out on Adobe AIR Marketplace. It’s been a year since I released the initial version (built over last Thanksgiving holiday) and have been working on some revisions in the past few weeks with the intention of getting this new version out as an anniversary marking. Looks like [...]
[Flash,Flex,Adobe AIR ]
View original post 
|
Add to del.icio.us| Updated 3 months ago
|
Share
VerifyError: Error #1014: Class flash.events::NativeWindowBoundsEvent could not be found. (Adobe Air technology) 
[84 views, last view 17 h, 33 min and 48 secs ago]
If you are getting this error while working with flex...chances are that you are trying to create an Air application for the first time. You should run your Air application by simply pressing CTRL+F11. BTW: This is happening because your Flash Player is trying to run your Air app but it does not contain support for the Air libraries.VerifyError: Error #1014: Class flash.events::NativeWindowBoundsEvent could not be found.at flash.display::MovieClip/nextFrame()at mx.managers::SystemManager/deferredNextFrame()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\SystemManager.as:299]at mx.managers::SystemManager/preloader_initProgressHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\SystemManager.as:2225]at flash.events::EventDispatcher/dispatchEventFunction()at flash.events::EventDispatcher/dispatchEvent()at mx.preloaders::Preloader/timerHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\preloaders\Preloader.as:398]at flash.utils::Timer/_timerDispatch()at flash.utils::Timer/tick()
[Flex ]
View original post 
|
Add to del.icio.us| Updated 10 months ago
|
Share
AIR 2.0 Webserver – using ServerSocket API (Adobe Air technology) 
[7 views, last view 21 h, 41 min and 19 secs ago]
Inspired by (and based on) Christian Cantrells httpeek AIR application, I've knocked up a quick proof of concept http server in AIR 2.0 Beta. It's basic (understands GET and HEAD requests only), largely untested and almost certainly has bugs, but in a "Works on my machine" basis it does seem to ...
[Flash,Flex,Adobe AIR ]
View original post 
|
Add to del.icio.us| Updated 4 months ago
|
Share
The infamous Error #2044: Unhandled StatusEvent:. level=error, code= on LocalConnection (Adobe Air technology) 
[210 views, last view 1 d, 15 h, 10 min and 37 secs ago]
This is a blog post to all that was almost to throw their computers out of the window because they got "Error #2044: Unhandled StatusEvent:. level=error, code=" trying to communicate through LocalConnection. So I am trying to send a message from a Flex application running in Flash Player to an AIR application. In the AIR application [...]
[Flex,Adobe AIR ]
View original post 
|
Add to del.icio.us| Updated 7 months ago
|
Share
Extracting Zip files in Adobe AIR with the nochump library (Adobe Air technology) 
[9 views, last view 1 d, 15 h, 31 min and 41 secs ago]
Today, I'm going to show you how you can use the nochump library to extract zip files with Adobe AIR.The ZipFile class constructor takes an IDataStream object as the parameter.Here you can use a ByteArray or a FileStream object which contains the data of the zip file. The entries property of the ZipFile object contains all the files in the archive as ZipEntry objects. Here the directory itself(excluding the files inside it) also counts as a ZipEntry object, so make sure to check using the isDirectory property of the ZipEntry object. Finally get the data of a single file using
[Flex ]
View original post 
|
Add to del.icio.us| Updated 9 months ago
|
Share
Effective splash screens for Adobe AIR applications (Adobe Air technology) 
[79 views, last view 1 d, 17 h, 19 min and 56 secs ago]
I have recently been working very furiously on an AIR application and one feature needed as a lot of data is pulled in from a SQLite database was a splash screen so that the application didn't hang whilst data was loaded. I searched around and found a few simple splash screen scripts available but none [...]
[Flash,Flex ]
View original post 
|
Add to del.icio.us| Updated 8 months ago
|
Share
Remote deployment on JBoss (Adobe Air technology) 
[7 views, last view 1 d, 19 h, 19 min and 56 secs ago]
Not completely Flex related, but I am thinking of deploying our latest AIR application with an LCDS backend on a JBoss 4.2 server (maybe 5.0). Question is, and I've been searching but can't find the answer so far, does anyone know how to do remote deployments of a WAR/EAR to a JBoss server?
[Flex,Adobe AIR ]
View original post 
|
Add to del.icio.us| Updated more than one year ago
|
Share
GZIP-Encoded HTTP Response in Adobe AIR (Adobe Air technology) 
[18 views, last view 2 d, 10 h, 49 min and 31 secs ago]
A common way to reduce the size of data returned over HTTP is to allow the web server to use a GZIP compression on the data. When making requests in a Flash/Flex application hosted in a web browser, the browser actually uncompresses the GZIP-encoded data before its delivered to Flash Player. Therefore, Flash/Flex [...]
[Flash ]
View original post 
|
Add to del.icio.us| Updated more than one year ago
|
Share
PopUpManager doesn't work in AIR Windows (Adobe Air technology) 
[23 views, last view 2 d, 23 h, 56 min and 47 secs ago]
In the process of upgrading a Flex application at work, I've come across a particuliar issue regarding how the PopUpManager works in AIR. In a Flex application you are likely to have code that looks like this:var win:MyView = PopUpManager.createPopUp( this, MyView , true ) as MyView;PopUpManager.centerPopUp( win );win.dataProvider = someData;The code above creates an instance of MyView (which extends TitleWindow) and displays it as a model window and finally passes it some data so that the user can complete a task. The code above will work in an AIR application in the main application window, but not in subsequent
[Flex,Adobe AIR ]
View original post 
|
Add to del.icio.us| Updated more than one year ago
|
Share
Adobe Air HTML with Hotmail & Gmail (Adobe Air technology) 
[19 views, last view 4 d and 17 h ago]
I finally managed to steal a bit of time to work on a small little intro project for Air. I have already made a couple of little apps, but I somehow didn't feel complete because I hadn't spun my own Air-based browser ... I think it might qualify as the "Hello World" for Air. Anyway, having taken the 2 minutes needs to create a project, throw the HTML, TextInput and Button needed, I had a little browser going. Of course I started with Google because I live my life as a cliche, but I decided to see how well it
[ColdFusion,Flex ]
View original post 
|
Add to del.icio.us| Updated 9 months ago
|
Share
Adobe AIR Flex 3 HTTP Basic Authentication (Adobe Air technology) 
[21 views, last view 8 d and 20 h ago]
I am a week into Flex 3 development building an AIR app to test the new API for Teamwork Project Manager and thought I would share an issue with HTTP Basic Authentication that I ran into. To be honest it has been itching away at me all day today and half of yesterday and I finally solved it. What I am trying to do: Connect to the Teamworkpm.net API Pass my URL, Username and Password to be authenticated Catch the HTTP Status code in the response Catch any IO errors if .....[READ MORE »]
[ColdFusion,Flash ]
View original post 
|
Add to del.icio.us| Updated 7 months ago
|
Share
Air 2.0 beta NativeProcess.isSupported gotcha (Adobe Air technology) 
[16 views, last view 10 d and 23 h ago]
If you wanna start playing with new AIR 2.0 there are a couple things you need: 1. Runtime 2. Air 2.0 beta SDK (installed on top of Flex SDK) 3. New app.xml descriptor namespace which is xmlns="http://ns.adobe.com/air/application/2.0beta" But if you want to launch a native app from air, they forgot to mention in the documentation that you need to add [...]
[Flash ]
View original post 
|
Add to del.icio.us| Updated 4 months ago
|
Share
Adobe AIR FOX News Live Desktop Player (Adobe Air technology) 
[75 views, last view 19 d and 6 h ago]
FOX News is providing a new live video player to keep you with uncut streaming news, the new player is using the Adobe AIR technology and you can notice this when you try to download the player that require Adobe AIR installed to your machine. Download the FOX News Player and try it free here.
[Flash,Photoshop ]
View original post 
|
Add to del.icio.us| Updated more than one year ago
|
Share
CodeIgniter AMFPHP Library Works (Adobe Air technology) 
[8 views, last view 25 d and 3 h ago]
I built a simple little content management tool in PHP using the CodeIgniter framework. The backend is for an AIR application, so imagine my frenetic, uncontrolled glee when I found the CodeIgniter AMFPHP Library. Now all my CodeIgniter models are...
[Flash,Flex ]
View original post 
|
Add to del.icio.us| Updated 4 months ago
|
Share
AIR Encrypted SQLite Database (Adobe Air technology) 
[4 views, last view 26 d and 16 h ago]
AIR 2.0 Web Server using the New Server Socket API (Adobe Air technology) 
[2 views, last view 28 d and 6 h ago]
After exploring Java integration using the new Native Process API (here and here), Excel integration using the new file.openWithDefaultApplication(), and the new Microphone API, here is another application I wrote, this time to explore the new Adobe AIR 2.0 Server Socket API. The “Mini AIR Web Server” is a simplistic implementation of an HTTPServer. Needless to [...]
[Flex,Adobe Feeds ]
View original post 
|
Add to del.icio.us| Updated 3 months ago
|
Share
Using SQLite Databases with AIR - Part 1 - Synchronous vs. Asynchronous (Adobe Air technology) 
[10 views, last view 28 d and 11 h ago]
If you are planning on building an Adobe AIR application, you need to be familiar with the concepts of Synchronous and Asynchronous requests, henceforth referred to as sync and async, respectiviely. The terms sync and async are used all over the place. There are sync and async transmissions, sync and async learning, sync and async communications, and in Ajax and AIR we have sync and async requests and connections. [More]
[ColdFusion ]
View original post 
|
Add to del.icio.us| Updated 8 months ago
|
Share
Check Out AIRmikan, The AIR Based Japanese Virtual Pet (Adobe Air technology) 
[11 views, last view 31 d and 20 h ago]
Here's a fun AIR app for you, AIRmikan, from Fuji Television Network. What is AIRmikan? Well, I could never describe it as well as the following quote from the AIRmikan page: Airmikan is desktop virtual pets of digital comic [mikan seijin gril], which is based on Adobe AIR. This Airmikan is selfish so you need to look after carefully. It will die or become so big and your computer will be running slow. You need to watch out! Come on, with a description like that, how could you resist?!?
[ColdFusion,Adobe Feeds ]
View original post 
|
Add to del.icio.us| Updated more than one year ago
|
Share
Adobe AIR is dead… long live Adobe AIR. (Adobe Air technology) 
[8 views, last view 34 d and 22 h ago]
I’ve read a couple of posts today about Adobe AIR suggesting that the honeymoon period for Adobe AIR is over. Sarah Perez Over at ReadWriteWeb asks “Are you over AIR Applications?” citing AIR apps like TweetDeck, Seesmic and DeskTube as apps that have no good reason to be desktop apps saying “there’s no reason why [...]
[Flash,Flex,Adobe AIR ]
View original post 
|
Add to del.icio.us| Updated 8 months ago
|
Share
Unity Fiat Stilo Black Motion TiagoAM (Adobe Air technology) 
[41 views, last view 40 d ago]
Related Posts:Unity Fiat Stilo Black Motion | TiagoAMFiat Stilo BlackMotionFiat site built with Unity3D -Incredible!Apollo Engagement PlatformMore Unity Goodness Share and Enjoy:
[Flash,Flex ]
View original post 
|
Add to del.icio.us| Updated 10 months ago
|
Share
AIR Installer Badge - Error #2032 (Adobe Air technology) 
[73 views, last view 41 d ago]
While working on creating an installer badge for an AIR application Iâ??m working on, I kept receiving the following error when trying to install the application: Error# 2032 After doing a bit of Googling, the most common solution I found was to make sure that the MIME-type for AIR was set on your server so that [...]
[Flash,Flex ]
View original post 
|
Add to del.icio.us| Updated more than one year ago
|
Share
Reduce CPU usage in Air applications (Adobe Air technology) 
[4 views, last view 41 d ago]
arno.org has a great article on how to reduce the CPU usage in your air apps. The meat of it is essentially not using ENTER_FRAME (duh), and more interestingly dropping the framerate to once every 10 seconds (0.1) once the air application goes in the background (minimized/hidden). Read the full article at arno.org
[Flash,Flex ]
View original post 
|
Add to del.icio.us| Updated 10 months ago
|
Share
Multi-table INSERT using one SQL statement in AIR SQLite (Adobe Air technology) 
[6 views, last view 49 d ago]
This article describes a way that you can use a single INSERT statement to add data to multiple tables in the SQL dialect supported by the SQLite engine in Adobe AIR. Normally in SQL, including in AIR’s built-in SQLite database engine, you can only add data to one table at a time using an INSERT statement. [...]
[Flash,Flex ]
View original post 
|
Add to del.icio.us| Updated 3 months ago
|
Share
Adobe Flash Player 10.0.42.34 and Adobe AIR 1.5.3 are out (Adobe Air technology) 
[4 views, last view 53 d ago]
Adobe has updated the Flash Player version to 10.0.42.34 and AIR to 1.5.3 these runtimes are ready to go and include several bug fixes including FP-503. Upgrade here: Download Adobe Flash Player 10.0.42.34 Download AdobeAIR 1.5.3
[Flash,Flex ]
View original post 
|
Add to del.icio.us| Updated 3 months ago
|
Share