Categories
ColdFusion

Busting the HTTP Error 500.19 on ColdFusion 11 + IIS

Here’s a little trouble shooting tip to bust an IIS HTTP Error 500.19 (Internal Server Error) that may pop up when IIS is configured with ColdFusion 11. The error mostly occurs when IIS is unable to interpret configurations specified in the web.config file. In this post I speak about fixing a specific cause of a […]

Categories
Flex

Speech Recognition ANE – Source

As a follow on for the Speech Recognition ANE I put up for download a while back, here is the a post to give out the source files. The source can be downloaded from my BitBucket repository. If you are looking for the compiled ANE instead, click here The contents of the zip archive are, […]

Categories
Flex

New ActionScript Native Extension – Speech Recognition

Here is a Speech Native Extension that takes advantage of the Android’s speech recognition APIs. Here is what the ANE does, Provide an API to check if the feature is supported. Provide an API to launch the default speech recognition UI and capture voice input. Trigger events based on the success or failure of the […]

Categories
Flex

Native Extensions – Flash Builder Webinar

I did a webinar last Wednesday on using Native Extensions with Flash Builder. The agenda covered an introduction to Native Extensions – Rather Actionscript Native Extensions, the workflow involved in using native extensions, followed by a live demo. For those of you who haven’t had the chance to attend, Here is the link to the […]

Categories
Flex

Toast on AIR for Android

Here’s a component which behaves as a ‘Toast’ for AIR applications running on Android. The component can essentially be used across any Flex application, since it is an ActionScript class. For those of you who don’t know, Toast is the small transparent alert that pop’s up (and doesn’t block your UI) when u set an […]

Categories
Flex

Mime types for a Flex Server

Here are a couple of mime-types for a server housing flex apps, Most of these maybe already defined by your hosting provider ! AIR Mime-Type : application/vnd.adobe.air-application-installer-package+zip Extension : .air FXP Mime-Type : application/x-zip Extension : .fxp