- June 1, 2008
- 3,308
- 205
- Home Country
- Germany
I will add this to the new titan skin !! Not for streamedmp...D3ltoroxp, the xml file is the correct one and in StreamedMP, the clearart for TVSeries is in-built and controlled by the following code:
And this is for TV Series or ?
<!-- m3rcury - ClearArt - TV Series -->
<control>
<description>ClearArt</description>
<type>image</type>
<id>0</id>
<posX>1100</posX>
<posY>90</posY>
<texture>#TVSeries.ClearArt\#(string.rtrim(#TVSeries.Series.ID)).png</texture>
<visible>[[control.isvisible(1237)|control.isvisible(1238)]+control.isvisible(1242)]+facadeview.list</visible>
<animation effect="fade" time="250" delay="0">WindowClose</animation>
</control>
<!-- m3rcury - ClearArt - TV Series -->
This is the same as this but with the new path for the images ?
<control>
<description>TVSeries ClearArt</description>
<type>image</type>
<id>0</id>
<posX>1000</posX>
<posY>420</posY>
<width>250</width>
<height>126</height>
<texture>#TVSeries.Play.ClearArt</texture>
</control>
EDIT::
I think in the red code this code is missing::
<width>250</width>
<height>126</height>
Maybe this is the error why i don't see anything ??
Last edited: