Skip to content

danielwanja/railsconf2008

Repository files navigation

Projects to demonstrate Powering AIR with Rails.

Release under the MIT License (http://www.opensource.org/licenses/mit-license.php). Third party code included may have different/own licenses.

01_AIRBrowser 
  mx:HTML
  dougmccune CoverFlowContainer

02_HelloBlog
  ActionScript/Javascript Brige
  Drag Drop API

03_WebSnippet
  javascript injection using HTMLComponent
  File
  Sprite/drawing API
  Window API
  Bitmap manipulation
  
04_HTMLFileBrowser
  File System Access
  AIRAliases.js

05_OfflineCampfire
  Windowing API
  flash.desktop.NativeApplication
  DockIcon
  SharedObject

06_S3Browser
  flash.filesystem.File.upload
  HTTPService + REST (list, create, delete)  
  attachment_fu (S3)
  
07_SQLExample
  sql lite from AIR
  
08_PhotoBooth
  flash.media.Camera
  flash.media.Video
  flash.net.URLLoader
  attachment_fu (file)

09_TwitterSpider
  Charting API
  DataGrid/Filtering
  
10_TwitterFriends
  com.adobe.flex.extras.controls.springgraph
  twitter4r

Enjoy,

Daniel and Tony!


/research - (projects that didn't make it for the presentation)

07_VideoMessenger
  uses SimpleFlvWriter.as (not efficient, no sound)
  
07_VideoMessengerWithStreaming
  uses  haxevideo (written in Haxe and Neko) for rtmp protocol
  flash.media.Video
  flash.media.Microphone
  flash.net.NetConnection
  flash.net.NetStream

09_PortfolioViewer
  CartesianChart, HLOCChart
  HTTPService

13_SQLSync

14_ChartExplorer