SlideShare a Scribd company logo
BEEFING UP AIR
Native extensions in AIR 3.0
@WOUTER

• Wouter Verweirder

• blog.aboutme.be

• Lecturer   @ HOWEST

• Partner   @ Happy Banana

• AS3NUI     / AIRKinect
Beefing Up AIR - FITC AMS 2012
SESSION OVERVIEW
1. What is a native extension

2. Build a native extension

  1. Hello World

  2. Working with AS Objects

  3. Threading / Communication

  4. What about Android

3. Use a native extension

4. AIRKinect extension

5. Q & (hopefully) A
WHAT IS A NATIVE
               EXTENSION?
• Extend   the features of the AIR runtime !

 • For TV,   Mobile, Desktop
WHAT IS A NATIVE
 EXTENSION?
WHAT IS A NATIVE
 EXTENSION?
             Flex


         ActionScript

                     extension

   AIR              AS3         AS3
                          ...
                    DLL         JAR

             OS
ANE FILE STRUCTURE

              library.swf             catalog.xml


                            extension.xml


library.swf                             library.swf
                                ...
ext.dll                                 ext.jar
ANE FILE STRUCTURE
REGULAR SWC FILE
ANE FILE STRUCTURE
ANE FILE
WHY?

• access   native platform specific code libraries

• Re-use   legacy native code

• Increase   performance (native performance / threading)
WRITING AN EXTENSION

• ActionScript: ExtensionContext    class

• Native:

  •C   entry point on Windows, OSX, iOS (& Android)

  • Java   entry point on Android
WRITING AN EXTENSION



         adt    ane file
1. Create ExtensionContext object




2. Look up link with native code in XML
3. Link the context initializer




4. Link the native functions in the context initializer
5. Call a method in native code
extension initializer



  context initializer



function calls & events



   context finalizer



  extension finalizer
Demo Hello World
WORKING WITH AS OBJECTS

• Construct   new AS3 Objects

• Get AS3    Object Type

• Get   / Set properties of AS3 Objects

• Call AS3   Object methods
WORKING WITH AS OBJECTS
SIMPLE DATA TYPES
WORKING WITH AS OBJECTS
AS CLASS INSTANCES
WORKING WITH AS OBJECTS
EXAMPLE:
ARRAY / VECTOR METHODS
BYTEARRAY / BITMAPDATA

   acquire



memory access   No other API methods are allowed here



   release
BYTEARRAY / BITMAPDATA
BYTEARRAY / BITMAPDATA

EXAMPLE:
Demo ByteArray Access
THREADING
• Is   allowed in the native extension :-)

• NO     FRE API calls allowed outside the main thread

• except    for: FREDispatchStatusEventAsync
THREADING
Demo Threading
WHAT ABOUT ANDROID ?

• C API   for Windows, OSX & iOS

• Java Wrapper   for Android:

 • com.adobe.fre.FREExtension
                                     create instance of...
 • com.adobe.fre.FREContext
                                   returns collection of...
 • com.adobe.fre.FREFunction
WHAT ABOUT ANDROID ?

 EXAMPLE:
WHAT ABOUT ANDROID ?

  EXAMPLE:
WHAT ABOUT ANDROID ?

EXAMPLE:
Demo Mobile UDP extension
PACKAGING AN ANE

              library.swf             catalog.xml


                            extension.xml


library.swf                             library.swf
                                ...
ext.dll                                 ext.jar
PACKAGING AN ANE

1.Compile SWC of your AS3 code

2.Unzip SWC file, get library.swf file

3.Put swc, library.swf, extension.xml & native builds (dll, ...) in one
  directory

4.Run adt command
PACKAGING AN ANE
adt -package -storetype pkcs12 -storepass
p@ssw0rd -keystore key.p12 -tsa none -
target ane HelloWorldExtension.ane
extension.xml -swc helloworldas.swc -
platform MacOS-x86 library.swf
HelloWorld.framework -platform Windows-
x86 library.swf HelloWorld.dll



              http://help.adobe.com/en_US/air/build/
        WS789ea67d3e73a8b22388411123785d839c-8000.html
BUILDING APPS WITH ANE’S
BUILDING APPS WITH ANE’S
BUILDING APPS WITH ANE’S
AIRKINECT

• Native   extension to use the Kinect in your AIR apps

• Current   version: 1.7.1

 • Full   skeleton Data

 • Camera     Streams: RGB & Depth

 • Point   Cloud info
Created By Tim Camerlinckx - http://vimeo.com/34614887
Created By Yannick Van der Goten - http://vimeo.com/34563640
Created By Laurents Laire - http://vimeo.com/34264122
Created By Simon Pertz - http://vimeo.com/34681243
AIRKINECT 2.0

• Simplified API

• New   features:

 • Skeleton   Joint Rotations

 • User    center-of-mass

 • Point   Cloud Regions

 • IR   Camera Stream
Time for some Kinect coding!
Questions
(and hopefully some answers...)
Thank you!
           @wouter
   http://blog.aboutme.be
   http://www.as3nui.com
http://www.happy-banana.be

More Related Content

PPTX
Docker team training
PPTX
Continuous integration and deployment with docker
PDF
Auto deploy symfony app with codeship and elastic beanstalk
PPTX
Setup a Dev environment that feels like $HOME on Windows 10
PPTX
Docker - A container full of Chocolatey
PDF
Azure Meetup Stuttgart - Multi-arch Docker images
PDF
Webinar: Using Docker Multi-stage Build to Create Advanced Pipelines
POTX
Deploying .net core apps to Docker - dotnetConf Local Bengaluru
Docker team training
Continuous integration and deployment with docker
Auto deploy symfony app with codeship and elastic beanstalk
Setup a Dev environment that feels like $HOME on Windows 10
Docker - A container full of Chocolatey
Azure Meetup Stuttgart - Multi-arch Docker images
Webinar: Using Docker Multi-stage Build to Create Advanced Pipelines
Deploying .net core apps to Docker - dotnetConf Local Bengaluru

What's hot (20)

PDF
What’s New in Docker - Victor Vieux, Docker
ODP
Fabric: A Capistrano Alternative
PPTX
Using IT Automation for deploy infrostructure for microservices
PDF
What Have Namespaces Done for you Lately? Liz Rice, Aqua Security
PDF
Docker intro
PPTX
Phoenix 1.3 Umbrella App deployment via Distillery-Docker-Docker_Compose
PPTX
A Fabric/Puppet Build/Deploy System
PPTX
Microservices Delivery Platform. Tips & Tricks
PDF
Intro to Docker - London meetup oct. 2013
PDF
Webinar: Creating an Effective Docker Build Pipeline for Java Apps
PPTX
CI/CD for Asp.net core apps using Docker
PDF
Introduction to telepresence
PPSX
Docker and containers - Presentation Slides by Priyadarshini Anand
PDF
From Monolith to Docker Distributed Applications
PPTX
Automated Deployment with Fabric
PDF
Docker and AWS for data science
PDF
Automated Deployment with Capistrano
PDF
CocoaHeads Rennes #13 : CocoaPods
PPT
Devoxx - Flying with Griffon
PDF
Introducción a contenedores Docker
What’s New in Docker - Victor Vieux, Docker
Fabric: A Capistrano Alternative
Using IT Automation for deploy infrostructure for microservices
What Have Namespaces Done for you Lately? Liz Rice, Aqua Security
Docker intro
Phoenix 1.3 Umbrella App deployment via Distillery-Docker-Docker_Compose
A Fabric/Puppet Build/Deploy System
Microservices Delivery Platform. Tips & Tricks
Intro to Docker - London meetup oct. 2013
Webinar: Creating an Effective Docker Build Pipeline for Java Apps
CI/CD for Asp.net core apps using Docker
Introduction to telepresence
Docker and containers - Presentation Slides by Priyadarshini Anand
From Monolith to Docker Distributed Applications
Automated Deployment with Fabric
Docker and AWS for data science
Automated Deployment with Capistrano
CocoaHeads Rennes #13 : CocoaPods
Devoxx - Flying with Griffon
Introducción a contenedores Docker
Ad

Similar to Beefing Up AIR - FITC AMS 2012 (20)

PPTX
Reactive summit 2020 microsoft orleans the easy way
PDF
Dockerize your Symfony application - Symfony Live NYC 2014
PDF
321 codeincontainer brewbox
PPTX
Evolution of VS code Java ecosystem
PPTX
Docker Platform and Ecosystem Nov 2015
PPTX
Weave User Group Talk - DockerCon 2017 Recap
PDF
How to Reverse Engineer Web Applications
PDF
Asp.Net Core MVC , Razor page , Entity Framework Core
PDF
DevOPS training - Day 2/2
PPTX
Docker SF Meetup January 2016
PDF
Xamarin v.Now
PPTX
Deep Dive Azure Functions - Global Azure Bootcamp 2019
PPTX
Docker Orchestration: Welcome to the Jungle! Devoxx & Docker Meetup Tour Nov ...
PDF
UKLUG 2012 - XPages, Beyond the basics
PPTX
Docker - Demo on PHP Application deployment
PDF
NDK Programming in Android
PDF
Deliver Python Apps with Docker
PPTX
Elixir/Phoenix releases and research about common deployment strategies.
PPT
XPages -Beyond the Basics
PDF
Comment améliorer le quotidien des Développeurs PHP ?
Reactive summit 2020 microsoft orleans the easy way
Dockerize your Symfony application - Symfony Live NYC 2014
321 codeincontainer brewbox
Evolution of VS code Java ecosystem
Docker Platform and Ecosystem Nov 2015
Weave User Group Talk - DockerCon 2017 Recap
How to Reverse Engineer Web Applications
Asp.Net Core MVC , Razor page , Entity Framework Core
DevOPS training - Day 2/2
Docker SF Meetup January 2016
Xamarin v.Now
Deep Dive Azure Functions - Global Azure Bootcamp 2019
Docker Orchestration: Welcome to the Jungle! Devoxx & Docker Meetup Tour Nov ...
UKLUG 2012 - XPages, Beyond the basics
Docker - Demo on PHP Application deployment
NDK Programming in Android
Deliver Python Apps with Docker
Elixir/Phoenix releases and research about common deployment strategies.
XPages -Beyond the Basics
Comment améliorer le quotidien des Développeurs PHP ?
Ad

Recently uploaded (20)

PDF
Approach and Philosophy of On baking technology
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Encapsulation theory and applications.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Cloud computing and distributed systems.
PDF
Machine learning based COVID-19 study performance prediction
PDF
Electronic commerce courselecture one. Pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
Approach and Philosophy of On baking technology
NewMind AI Monthly Chronicles - July 2025
The Rise and Fall of 3GPP – Time for a Sabbatical?
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Big Data Technologies - Introduction.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Digital-Transformation-Roadmap-for-Companies.pptx
Network Security Unit 5.pdf for BCA BBA.
Chapter 3 Spatial Domain Image Processing.pdf
Encapsulation theory and applications.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Diabetes mellitus diagnosis method based random forest with bat algorithm
Cloud computing and distributed systems.
Machine learning based COVID-19 study performance prediction
Electronic commerce courselecture one. Pdf
“AI and Expert System Decision Support & Business Intelligence Systems”

Beefing Up AIR - FITC AMS 2012