Alaska Theme for WDTV Live Streaming (Revised 3-12-12)

@Fennec:

  1. Not sure what image is used for the dahboard select.  It might be one of these three though:

    dashboard_favorite_selected.png

    dashboard_title_select_bar_01.png

    dashboard_title_select_bar_02.png

  1. The x & y values are the position of the icons on the screen.  If you assume the upper-left hand corner of the screen is x=“0” y=“0” and the bottom right hand corner is x=“1280” y=“720”.  So for example, 

<image image=“@@info_iconx=“0” y=“0” w=“1280” h=“720” bg=“1” />

would tell you that your image starts at location 0,0 and is 1280 x 720.  Just make sure that the values of your x+w don’t exceed 1280 or y+h doesn’t exceed 720 or your images will be off the screen.  Below is a link to further information on this.  Look down about five posts.

Icon Position

1 Like