Kann es sein, dass in der Beta ein Fehler ist?
Ich probiere hier gerade mit folgendem Code ein Language-Flag anzuzeigen:
Code
<control type="image" id="1">
<description>Germany FSK 16</description>
<posx>498</posx>
<posy>84</posy>
<width>35</width>
<height>110</height>
<colordiffuse>CCFFFFFF</colordiffuse>
<texture>flagging/ratings/Germany16.png</texture>
<visible>substring(ListItem.mpaa,Germany:16) | substring(VideoPlayer.mpaa,16) | substring(VideoPlayer.mpaa,FSK 16)</visible>
<visible>!substring(ListItem.mpaa,Germany:6) | substring(VideoPlayer.mpaa,6) | substring(VideoPlayer.mpaa,FSK 6)</visible>
</control>
<control type="image" id="1">
<description>Germany FSK 6</description>
<posx>698</posx>
<posy>84</posy>
<width>35</width>
<height>110</height>
<colordiffuse>CCFFFFFF</colordiffuse>
<texture>flagging/ratings/Germany6.png</texture>
<visible>substring(ListItem.mpaa,Germany:6) | substring(VideoPlayer.mpaa,6) | substring(VideoPlayer.mpaa,FSK 6)</visible>
<visible>!substring(ListItem.mpaa,Germany:16) | substring(VideoPlayer.mpaa,16) | substring(VideoPlayer.mpaa,FSK 16)</visible>
</control>
Alles anzeigen
Er zeigt mir immer beide Flags an. Den 16er und den 6er, wenn ich einen Film abpiele.
Wie man sieht, habe ich schon probiert, den jeweils anderen auszuschließen. Bringt aber auch nichts.
Die Anzeige soll später im Video-Fullscreen zu sehen sein.