Hi,
I need to convert the polygons defined in Flash fileformat to something simpler. Since the polygon format on Flash format is scanline rendering oriented. I'd like to render flash movie using the standard Win32 GDI API (I have good reason for this). So I need to convert the "Flash polygons" to "normal polygons". Any ideas how to do it?

--memon