I can figure out how to make a SWF into a bitmap using Bitmap & BitmapData classes but how do I transfer that bitmap representation or bitmap data into a file (jpg, bmp, png, etc.) on the server and what scripting language can handle that best? I've used PHP and think I can do it with that but I think for this project I need to use ASP.NET which I have no experience with. Is there an easy way to do this using ASP.NET and the .NET framework? thanks!
