AirPrintANE is a native extension to print bitmapData using iOS Air Print. It has a very minimalist API with two method only, one that allows developers to check if the extension is supported and another to print the bitmapData. In order to use the extension, an instance of the class must be instantiated and the method printBitmapData()
must be called.
Sample
var bitmapData:BitmapData = new BitmapData(); var airPrintAne:AirPrintANE = new AirPrintANE (); if(airPrintAne.isSupported()) { airPrintAne.printBitmapData (bitmapData); }
RT @as3gamegears: New: AirPrintANE (native extension to print bitmapData using iOS Air Print) http://t.co/C6gKKPpWZa #as3 #flash #gamedev
Vicente Fleitas liked this on Facebook.
Tle ApPad liked this on Facebook.
Mauricio Valdes liked this on Facebook.
Tokuyama Sadao liked this on Facebook.