Here's the code used -
PHP Code:
<control type="multiimage" id="4000">
<width>349</width>
<height>260</height>
<posx>-1000</posx>
<posy>-1000</posy>
<randomize>true</randomize>
<timeperimage>8000</timeperimage>
<fadetime>400</fadetime>
<texture background="true">$INFO[Skin.String(CustomMovies)]</texture>
</control>
PHP Code:
<control type="image">
<width>349</width>
<height>260</height>
<posx>10</posx>
<posy>10</posy>
<aspectratio aligny="top" scalediffuse="false">scale</aspectratio>
<texture background="true" diffuse="home/homematte.png">$INFO[Control.GetLabel(4000)]</texture>
</control>
If I test it using a single image everything works as expected -
PHP Code:
<control type="image" id="4000">
<width>349</width>
<height>260</height>
<posx>-1000</posx>
<posy>-1000</posy>
<randomize>true</randomize>
<timeperimage>8000</timeperimage>
<fadetime>400</fadetime>
<texture background="true">$INFO[Skin.String(CustomMovies)]</texture>
</control>
Is it simply that GetLabel doesn't and can't work with multiimage controls?
Thanks.

![[Image: sig_zps3af3b48e.jpg]](http://i620.photobucket.com/albums/tt289/Arcanthur/Celestium/sig_zps3af3b48e.jpg)
![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help