Hey Idan
That did turn out to be the correct way to do it. I found out from the other thread you posted in http://forum.boxee.tv/showthread.php?t=8971.
This is what i have now
<onclick lang="python"><![CDATA[
listitem = mc.ListItem()
listitem.SetPath("flash:" )
mc.Player().Play(listitem)
]]></onclick>
Is there any advantage of adding the extra code which you have writen?
listitem = mc.ListItem( mc.ListItem.MEDIA_VIDEO_CLIP )
listitem.SetLabel( "whatever" )
listitem.SetThumbnail( "http://www.somthing.com/somethingelse.png" )
Also is player.play and getplayer.play the same thing?
Thanks for your help.
Bookmarks