Kodi Community Forum
Button to direct link to Apple Trailers - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: Button to direct link to Apple Trailers (/showthread.php?tid=88010)



Button to direct link to Apple Trailers - michaeldecharon - 2010-12-19

I used to had a button to link to my Apple Trailers Lite:

<onclick>ActivateWindow(VideoLibrary,plugin://video/Apple Movie Trailers lite)</onclick>

But that doesn't seems to work anymore No

I know things have been changed, but can anyone help me out?


- filigran - 2010-12-19

michaeldecharon Wrote:I used to had a button to link to my Apple Trailers Lite:

<onclick>ActivateWindow(VideoLibrary,plugin://video/Apple Movie Trailers lite)</onclick>

But that doesn't seems to work anymore No

I know things have been changed, but can anyone help me out?

I use
Code:
<onclick>ActivateWindow(VideoLibrary,plugin://plugin.video.apple.movie.trailers.lite,return)</onclick>



- michaeldecharon - 2010-12-19

filigran Wrote:I use
Code:
<onclick>ActivateWindow(VideoLibrary,plugin://plugin.video.apple.movie.trailers.lite,return)</onclick>

Thanks for your quick and helpfull answer! Big Grin