Category: Hybrid Applications
-
Using createjs WebAudio with Phonegap (Cordova)
One of the things I hate about Phonegap (Cordova) is the audio support. Every time I worked on a project that required heavy audio usage not a single plugin worked fine Cordova Media plugin is good for recording audio but when you try to play multiple audio files it leaks into memory and the OS stops…
-
Disable bounce and pull effects on Flex Scroller component
Today I stumbled on a problem with Flex Spark Scroller and List components while developing an AIR mobile application. Scroller component has a nice bounce effect when you pull it and it works the same way as you’ll expect the scrolling to work on iPhone (read here). You don’t always need this behavior, and for…
-
Using AIR 3.3 SDK with Flash Builder 4.6
Just a few steps showing you how to setup AIR 3.3 in Flash Builder 4.6 on Windows: Download AIR 3.3 SDK – air-sdk-download Navigate to your SDKs folder (under Flash Builder 4.6 installation directory). For 64x Windows: C:Program Files (x86)AdobeAdobe Flash Builder 4.6sdks For 32x Windows: C:Program FilesAdobeAdobe Flash Builder 4.6sdks Clone SDK 4.6 folder…
-
Creating an image only mobile button skins for Flex 4 (AIR Mobile)
One of the main differences when creating mobile Flex AIR apps from normal Flex Apps is that it’s better to use ActionScript only skins. With that in mind I’ve created a simple skin for image buttons. Why this skin is better than using the default spark.skins.mobile.ButtonSkin? The answer is quite simple – performance. Since this…
-
Overlay the AIR 3.2 SDK in Flash Professional CS5.5
Although adding AIR 3.2 in Flash Builder is an easy task, the situation with Flash CS 5.5 is not the same. This article really helped me. It’s a little bit hacky, but who cares when it works 🙂