- April 10, 2006
- 4,204
- 21
- Home Country
- France
I installed Musictrivia 534
i'm using this code in my skin:
Could it be the source of the issue?
Code:
<control>
<description>Start Button</description>
<type>button</type>
<id>110</id>
<posX>60</posX>
<posY>97</posY>
<label>Start</label>
<onleft>110</onleft>
<onright>9</onright>
<onup>1</onup>
<ondown>2</ondown>
</control>
<control>
<description>Stop</description>
<type>button</type>
<id>2</id>
<posX>60</posX>
<posY>135</posY>
<label>Stop</label>
<onleft>2</onleft>
<onright>9</onright>
<onup>110</onup>
<ondown>4</ondown>
</control>
Code:
<control>
<description>Background</description>
[b]<type>multiimage</type>
<id>1</id>[/b]
<width>1366</width>
<height>768</height>
<imagepath>Background</imagepath>
<timeperimage>15000</timeperimage>
<fadetime>10000</fadetime>
<loop>yes</loop>
<randomize>false</randomize>
<animation effect="fade" time="200">VisibleChange</animation>
</control>