Ralf61 opened this issue on Jan 19, 2005 ยท 10 posts
Ralf61 posted Wed, 19 January 2005 at 9:49 AM
I have a strange error: I want to make some flashanims. Every thing works finde as long as I click on Make Movie. But as soon as I use 'MakeMovie' within a Python script, Poser freezes. I tried different setting - but all with the same result. Thats how it looks in my source: scene = poser.Scene() moviemaker = scene.MovieMaker() moviemaker.MakeFlash("C:test.swf") I tried the macro which is delievered with poser 'ExportFlash' with the same result. Any hints?