Ok, so I'm writing a web application in Actionscript 3.0 and I'm pretty stuck... I want it to be cloud based (All your data accessible where-ever you are on whatever device), but to be honest I don't know where to start or really... what route to take.
At the moment I'm storing all the data created on local shared objects, like the login system, all the data created within the software.
I've looked in to remote shared objects, but to be honest, I've been trying to find a really good tutorial really explaining what they are but haven't.
I also have a few MySQL databases but don't know where to start in sending SharedObject data to unique accounts via AS3, PHP, and MySQL. If anybody knows any good tutorial on that it would be great too.
Really, I'm just looking for somebody to lead me to the right direction, If you have ANY resources I would be hugely grateful. Thank you so much!