Category: Mobile

AIRKinect Extension v1 Live

Check out the AIRKinect Extension version 1. It has taken a lot of work for everyone to learn C++ and what it takes to make a native extension, but its out and ready to be pushed to the limits. Thanks for all the hard work as3NUI guys, especially Ross Gerbasi! Check it out - http://www.as3nui.com/air-kinect/

read more

Swipe Gesture with UIWebView

This is something that had me  banging my head against the wall and thought I would share. The use case is using the left and right swipe gesture to register against the UIWebView/UIView that then calls a swipe function. For my case I was using it to change navigation on a UITableView, but you could [...]

read more

Flash Multitouch Gesture Example

Here is a quick example of using the build in TransformGestureEvent generated from Flash 10.1 for use on a multitouch supported device. I am going to keep this post short and explain the good and the bad, but a follow up post will use TouchEvents to generate custom gestures that will allow a flow from one gesture [...]

read more