Confluence Mod (videoosd.xml)
#1
Hi all, I try to mod VideoOSD in Confluence skin. I can see that the VideoOSD is using the labels and other bits from VideoFullScreen.xml.
Can someone explain how is it done, for example: progress bar is defined in VideoFullScreen.xml but it is also displayed when I bring VideoOSD on screen. But when I checked the content of VideoOSD.xml there is no progress bar defined there, just buttons for VideoOSD.
Reply
#2
Window.IsActive(VideoOSD) is in the the visible condition right near the top of VideoFullScreen dialog -

PHP Code:
<visible>[Player.ShowInfo Window.IsActive(VideoOSD)] + ![Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | 
Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | 
Window.IsVisible(PVROSDGuide) | Window.IsVisible(SliderDialog)]</visible
Reply
#3
Thanks a lot Hitcher. That make sense.
Reply

Logout Mark Read Team Forum Stats Members Help
Confluence Mod (videoosd.xml)0