setting ShowBackgroundVideo not found
#1
Hi,

I'm trying to understand the inner workings of the confluence skin.

In the includes file I find:
Code:
<include>CommonMediaPlayingBackground</include>

I found the include in INcludesBackgroundBuilding with the code:

Code:
<control type="image">
   <posx>0</posx>
   <posy>0</posy>
   <width>1280</width>
   <height>720</height>
   <texture>special://skin/backgrounds/media-overlay.png</texture>
   <visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)</visible>
</control>

How or where (in what file) is the setting ShowBackgroundVideo set?
Reply


Messages In This Thread
setting ShowBackgroundVideo not found - by vichingo - 2012-03-06, 21:46
[No subject] - by ronie - 2012-03-06, 21:48
[No subject] - by vichingo - 2012-03-06, 21:58
[No subject] - by `Black - 2012-03-06, 21:58
[No subject] - by ronie - 2012-03-06, 21:59
[No subject] - by vichingo - 2012-03-06, 22:05
[No subject] - by vichingo - 2012-03-06, 22:06
Logout Mark Read Team Forum Stats Members Help
setting ShowBackgroundVideo not found0