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
railsconf2008 / README
100644 76 lines (55 sloc) 1.418 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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