I wound like to add animated background for skins. But I have one major problem and here it is. When ever I use a sequence of *.png the load time between pages is very slow about 3 to 4 sec as it pre load the images before going there (will that what I think).
The improvement suggestion:
Is there any way of adding a “type” which is like the video wallpaper and you can add a video file name.
And example off the code I am talking about.
<control>
<description>Animated background</description>
<type>videoimage</type>
<id>1</id>
<posX>0</posX>
<posY>0</posY>
<width>1280</width>
<height>720</height>
<texture>YourVideoName.avi</texture>
</control>
Thanks.
The improvement suggestion:
Is there any way of adding a “type” which is like the video wallpaper and you can add a video file name.
And example off the code I am talking about.
<control>
<description>Animated background</description>
<type>videoimage</type>
<id>1</id>
<posX>0</posX>
<posY>0</posY>
<width>1280</width>
<height>720</height>
<texture>YourVideoName.avi</texture>
</control>
Thanks.