2015-10-22, 08:40
I am not a .XML expert,
I need to add some content (ex- background image) form "own-cloud" server in my office. so how to code or write related .xml file.
actually i wont to change this code --
<!-- Background -->
<control type="image"><posx>0</posx><posy>0</posy><width>1280</width><height>720</height><texture>contentpages/background_images/hotelinfo.png</texture>
<animation effect="fade" start="100" end="0" time="200" condition="Player.HasVideo + !Skin.HasSetting(Back_Video)">Conditional</animation>
</control>
I need to add some content (ex- background image) form "own-cloud" server in my office. so how to code or write related .xml file.
actually i wont to change this code --
<!-- Background -->
<control type="image"><posx>0</posx><posy>0</posy><width>1280</width><height>720</height><texture>contentpages/background_images/hotelinfo.png</texture>
<animation effect="fade" start="100" end="0" time="200" condition="Player.HasVideo + !Skin.HasSetting(Back_Video)">Conditional</animation>
</control>