Kodi Community Forum
Play Trailer Windowed - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Play Trailer Windowed (/showthread.php?tid=112205)



Play Trailer Windowed - butchabay - 2011-10-12

Just wanna ask if something has changed related the code to start a trailer windowed, as it's working for dharma but not for nightlies:

Here it's how actually works on dharma:

PHP Code:
<ondown>XBMC.PlayMedia($INFO[ListItem.Trailer],1,noresume)</ondown

Thanx in advance.


- BigNoid - 2011-10-12

This is working for me on eden-pre:
Code:
$INFO[ListItem.Trailer],1)
I don't think it asks for resume anyway with trailers, at least not that I ever noticed using this code.


- butchabay - 2011-10-12

Big_Noid Wrote:This is working for me on eden-pre:
Code:
$INFO[ListItem.Trailer],1)
I don't think it asks for resume anyway with trailers, at least not that I ever noticed using this code.

Thanx Big_Noid just tried and it works. Laugh