- Moderator
- #1
For many films, tag #studios returns a list of studios such as: 20th Century Fox / Sony / FOX.
And if inserted in the skin following code:
Then the images will not be shown. Whether it is possible to deduce that a number of images in a row?
Suppose if there is a tag that returns a list of images?
For Example:
Tag: #studiosimages
Return: Logos\Studios\20th Century Fox.png|Logos\Studios\Sony.png|Logos\Studios\FOX.png (Or something similar.)
Usage: <texture>#studiosimages</texture>
Or so, too, will not work? Or maybe there are still some options then?
And if inserted in the skin following code:
XML:
<!-- Studio -->
<control>
<description>Studio Logo</description>
<type>image</type>
<id>0</id>
<posX>1050</posX>
<posY>330</posY>
<width>99</width>
<height>65</height>
<texture>Logos\Studios\#(string.trim(#studios)).png</texture>
<keepaspectratio>yes</keepaspectratio>
<visible>![facadeview.filmstrip|facadeview.coverflow]+!Control.IsVisible(24)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
Suppose if there is a tag that returns a list of images?
For Example:
Tag: #studiosimages
Return: Logos\Studios\20th Century Fox.png|Logos\Studios\Sony.png|Logos\Studios\FOX.png (Or something similar.)
Usage: <texture>#studiosimages</texture>
Or so, too, will not work? Or maybe there are still some options then?