Hi,
Can anybody give me example how to play animated gif in a container. I have the following inside my splash.xml:
<container style="layout:borderlayout">
<picture src="logo.gif"/>
</container>
where logo.gif is animated gif. The problem is it does not play. I tried to experiment with frameduration, frameheight, framesequence and framewidth attributes but I just coudn't make it work. Can this be done from XML anyway?
Any suggestion would be helpfull. Thanks.

