Hello...

I made a java class that extracts the frames as images from a flash file, but I have a problem with the fillstyle0/fillstyle1 thing...

Does anyone know of a way to logically organize the lines that I get from the .swf into polygons that I can later fill?? Right now I am scanning the frame downwards by y and checking interceptions with lines and then drawing horizontal lines with the appropriate fill... Apart from being slow, this also doesn't feel right...

Anyone got any ideas or experience with this??

Thanks

Petar