Kodi Community Forum
Player controls in an add-on - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Player controls in an add-on (/showthread.php?tid=133996)



Player controls in an add-on - JoeyJoeJoJo - 2012-06-14

I want my add-on to have a button to pop up the player controls. Is there a built-in function for that?


RE: Player controls in an add-on - AddonScriptorDE - 2012-06-16

It's possible via:
Code:
xbmc.executebuiltin(ActivateWindow(videoosd))

cheers,
asde