I wrote a basic script for SWF export a while ago. You have to write a kind of simple renderer and render a line in SWF(thats what i did). I treated each polygon as one object in SWF. You also need to have back face culling and a good hidden line removal algorithm to make it work nicely. I also star...