[swfmill] rotation in simple mode
swfmill_list@orzar.net
swfmill_list at orzar.net
Mon Mar 19 01:20:29 EST 2007
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/swfmill_osflash.org/attachments/20070319/bd04b126/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: simple-elements.patch
Type: application/octet-stream
Size: 2722 bytes
Desc: not available
Url : http://osflash.org/pipermail/swfmill_osflash.org/attachments/20070319/bd04b126/simple-elements.obj
More information about the swfmill
mailing list