PDA

View Full Version : Multiplex screen outline problem


WJWNL
2009-06-22, 23:08
http://www.voordemens.nl/web/screen.jpg

As you see on the screenshot, the picture of the movie is outlined, how can I fix this?

Mar16
2009-06-23, 05:14
In the viewtype_multiplex file I have to go at line 375 and edit the vaules to the following, it might be the same for you, but i'm not sure


<control type="image">
<posx>-40</posx>
<posy>30</posy>
<width>613</width>
<height>347</height>
<texture>common/black.png</texture>
<visible>Player.HasVideo</visible>
</control>
<control type="videowindow">
<posx>-40</posx>
<posy>30</posy>
<width>613</width>
<height>347</height>
</control>


Hope this helps.