Hello,
We are using swfmill 0.2.12, and we modified the
source to achieve rotation in simple mode.
Our method is to patch src/xslt/simple-elements.xslt in order to add skewx
and skewy.
I have attached the patch file (simple-elements.patch)
with the mail
The following command is for the patching:
patch -p0 simple-elements.xslt <
simple-elements.patch
And this is a simple example xml file to rotate
011.swf 60 digress.
<movie width="320" height="240"
framerate="12">
<background color="#cc3333"/>
<frame>
<library>
<clip id="img" import="data/deco/011.swf"/>
</library>
<place
id="img" x="0" y="0" depth="1"
scalex="0.5000000000000000"
scaley="0.5000000000000000"
skewx="0.8660125732421875"
skewy="-0.8659973144531250"
/>
</frame>
</movie>
Thanks a lot for the great product!
Best regards,
Jey
|