Play Trailer Windowed
#1
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.
Reply
#2
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.
Reply
#3
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
Reply

Logout Mark Read Team Forum Stats Members Help
Play Trailer Windowed0