0
Reply

Animations on the web

Reza

Reza

Mar 20 2006 4:52 PM
1.9k
Hi all,
Im posting this to ask anyone if they would have any information on how this little home project that i am working on could be accomplished.

Basically, all it is, is that I want to be able to create a little animation via the web. Let say I have a basic figure..like a red square. I want to be able to move it around a little window on a web browser and programatically remember the motion and replay it. The user is going to be using a web browser to "create" the animations, and then replay it.

So I was thinking that I should use ASP.NET, and I am still learning C#.NET and ASP.NET, hence figured that I would couple these two together. Also might need some GDI+ for the graphics. And I am trying to figure out what hte best way to "remember" the animation would be. I figured I could use sql server to save them as datapoints, but this may get complicated.

Would anyone be able to make suggestions and even provide some simple samples?
Thanks