hi all,

I want to convert SWF(OpenLaszlo) to FLV or AVI
Do you know good tools or how to?

the source is:
<canvas width="640" height="60" bgcolor="0xdddddd">
        <script>
        canvas.setDefaultContextMenu(new LzContextMenu());
        </script>
        <view y="10" width="135" height="40" resource="img/hikoG-01.png">
                <animatorgroup name="anm6" process="simultaneous" start="true">
                        <animator attribute="opacity" from="0" to="1"  
duration="3000" />
                        <animator attribute="x" from="0" to="500" 
duration="3000"/>
                </animatorgroup>
        </view>
</canvas>



Another question:
the view tag can use  SWF by Flash.
<view y="150" resource="img/test1.swf"/>
But it can not use SWF by OpenLaszlo.

best regards,
ason

Reply via email to