Here's my media section code, any help is appreciated:
CODE
<MusicPlayer Left="19" Top="86" Width="272" Height="197" >
<BackGround>main_back.png</BackGround>
<!-- back image of the peak meter and mask for the volume -->
<!-- Progress and volume must be under this image, hence zIndex > 0 -->
<Image Left="35" Top="93" Width="248" Height="141" zIndex="1">vizbg.png</Image>
<!-- cover image must be drawn on top of everything, zIndex=10 should be fine -->
<Image Left="0" Top="0" Width="640" Height="480" zIndex="10">viz_cover.png</Image>
<ButtonMap>ButtonMap.png</ButtonMap>
<Element Type="Prev" Left="45" Top="245" Width="30" Height="30" />
<Element Type="Play" Left="75" Top="245" Width="30" Height="30" />
<Element Type="Pause" Left="105" Top="245" Width="30" Height="30" />
<Element Type="Stop" Left="135" Top="245" Width="30" Height="30" />
<Element Type="Next" Left="165" Top="245" Width="30" Height="30" />
<Element Type="PrevTrack" Left="195" Top="245" Width="30" Height="30" />
<Element Type="NextTrack" Left="225" Top="245" Width="30" Height="30" />
<Element Type="Random" Left="334" Top="168" Width="30" Height="18" zIndex="2" />
<Element Type="Mute" Left="372" Top="168" Width="30" Height="18" zIndex="2" />
<Element Type="Progress" Left="38" Top="300" Width="162" Height="16" />
<Element Type="Volume" Left="38" Top="320" Width="162" Height="16" />
<Element Type="Meter" Left="36" Top="135" Width="250" Height="60" Color="0xFFFFFF" zIndex="2" />
<Element Type="SongStatus" Left="37" Top="100" Width="10" Height="10" zIndex="2" />
<Text Left="45" Top="100" Width="60" Height="30" Color="0xFFFFFF" Source="SongTime" Font="Agency" Align="left" ScaleX="140" ScaleY="140" zIndex="3"/>
<Text Left="37" Top="120" Width="238" Height="15" Color="0xFFFFFF" Source="SongTrack" Scroll="2" Font="Agency" Align="left" ScaleX="100" ScaleY="120" zIndex="3"/>
<Playlist Top="86" Left="292" Width="329" Height="310" OffsetX="25" OffsetY="8">
<BackGround>pl_back.png</BackGround>
</Playlist>
</MusicPlayer>
