I have created a .swf file that renders a map, given an XML file. This works fine. What I need to do is present this map on my website. I can do this simply by including the .swf file in the usual way using OBJECT and EMBED tags. No problem.

However, I also want a .jpeg version of this map to be visible to visitors without the flash plug-in. (Mobile/PDA, etc, etc).

I need to convert the .swf file (with populated xml-specific details) to a JPEG (or png, gif even?) on the server. I found a project called 'Flirt' which seems like it may be able to so such a thing, but as far as I can see it only supports Mac OSX platform, and is largely unfinished.

My desired platform is ASP.NET.

Can anyone help??

Thanks in advance

GW