Click to See Complete Forum and Search --> : Server Side Flash


jmorris644
01-13-2007, 03:55 PM
I would like to create a server-side web-based flash application.

What I mean by this is I would like to open a .SWF movie in server code, somehow capture the image that is presented, and issue the image on a web page.

In addition to the .SWF file I have acess to a text based file that describes any possible user actions within the .SWF file. I would also like to create a transparent layer over the .SWF image so that the web page can react to user input similar as if it was actually running the SWF locally on the client.

My SWF files are all static and don't have any movement in them.

I ahve found snipets of code taht are helping but I just need some pointers on where to look.

Thanks