Wall 2.0

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
nate44 Offline
Junior Member
Posts: 29
Joined: Jul 2010
Reputation: 0
Post: #51
Mar16 Wrote:Here is the code to show the studio images, you might have to adjust the width and height, you can put this in the IncludesCodecFlagging.xml file.

Code:
<include name="StudioFlaggingConditions">
    <control type="image">
        <description>Studio Image</description>
        <width>70</width>
        <height>90</height>
        <aspectratio>keep</aspectratio>
        <texture>$INFO[ListItem.Studio,extras/Studios/,.png]</texture>
    </control>
</include>

Thank you so much!
find quote
Post Reply