How do I show Full Screen Video and also change background image?
#1
Hi Guys,

I have two questions that I need help with:

1. How do I activate the window to show the currently playing video in full screen on click of a button. I have the following code but it doesn't seem to work:
PHP Code:
                <control type="button" id ="9602">
                    <
width>1</width>
                    <
height>1</height>
                    
                    <
onback>9000</onback>
                    <
onup>9000</onup>
                    <
ondown>9000</ondown>
                    <
onleft>9000</onleft>
                    <
onright>9000</onright>
                    <
onclick>XBMC.ActivateWindow(12005)</onclick>
                </
control

2. How can I force change the background image to show the ListItem's fanart to override a video that is currently playing in the background?

Would be grateful for any help or advice.

Thank you.
Reply
#2
1.
PHP Code:
<onclick>fullscreen</onclick

2. Don't understand. The fanart of the currently playing video?

if so it's:
PHP Code:
<texture>$INFO[Player.Art(fanart)]</texture
Reply

Logout Mark Read Team Forum Stats Members Help
How do I show Full Screen Video and also change background image?0