public
Description: Powering AIR with Rails samples.
Homepage: http://flexonrails.com
Clone URL: git://github.com/danielwanja/railsconf2008.git
Daniel Wanja (author)
Sat Nov 01 20:46:42 -0700 2008
commit  05f008f3414c68ee042a8942275ab8ae0f23a1e1
tree    7605886d23a39d9e279e303851fca90995a144b1
parent  27f798f8343203a132d97526c996219b5085343c
README
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