PDA

View Full Version : How to make progress bar for splash ressource witdh laszlo


Vitch
08-13-2007, 02:14 AM
Hello,

I would like create a custom progress bar whith laszlo.
I can't create an animation whith frames without image.
I want create with simple bgcolor view.
My script :

<view width="202" height="22" name="progress_bar" bgcolor="black">

<view width="0" height="20" x="1" y="1" bgcolor="white">
<animator attribute="width" from="0" to="200" duration="1000" motion="linear"/>
</view>
</view>


doesen't work when I include in resource in my splash tag.

Have you simple example code to compile in laszlo whith progress bar and percent value to compil as swf and include in splash tag ?

Thanks