Hello,
I run into a problem with the videowindow control on the boxeebox with the latest firmware.
I got an intro.xml which opens after a click on a button with mc.ActivateWindow(25000) the following main.xml:
the onloadMain() method sets the item informations and starts with the following code the video:Code:<?xml version="1.0" encoding="UTF-8"?> <window type="window" id="25000"> <allowoverlay>no</allowoverlay> <onload lang="python"> <![CDATA[ controller.onloadMain() ]]> </onload> <defaultcontrol always="true">25101</defaultcontrol> <controls> <control type="image"> <posx>0</posx> <posy>0</posy> <width>1280</width> <height>720</height> <texture>background.png</texture> </control> <control type="videowindow" id="25102"> <posx>100</posx> <posy>220</posy> <width>720</width> <height>480</height> </control> </controls> </window>
This works without any problem with the Boxee Software on Mac, Windows and Linux but not with the Boxee Box. On the Boxee Box the Video always starts in fullscreen.Code:myplayer = mc.Player() myplayer.LockPlayerAction(myplayer.XAPP_PLAYER_ACTION_NEXT) myplayer.LockPlayerAction(myplayer.XAPP_PLAYER_ACTION_PREV) myplayer.LockPlayerAction(myplayer.XAPP_PLAYER_ACTION_STOP) myplayer.PlayInBackground(self.item)
Did I do something wrong or is this a bug?


Reply With Quote

Bookmarks