I am building a game in Flash. I am building a web application in Rails. What I want to do is have Flash be the UI for the game but have Rails serve up all the data, AS3 just communicate with Rails and have Rails manage the data and database etc.
I’m just starting this so I’m looking for resources where people have taken flash apps hopefully games and have used Rails as the backend to store the data as users play the game. Manage data, users, etc.
So to answer this question I just looking for a good resource that goes over dynamically using a Rails web app as the backend for a flash game/app connecting with AS3, JS, Ruby, or whatever. I want Rails to take care of all db stuff. Flash only for UI.
For a rough idea you could look at using REST with Rails and Flash frontend, which will allow you to have flash communicate with Rails.
For a brief discussion on this you can look at:
http://railsontherun.com/2007/04/09/rails-and-flash/