<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mp3player>
<!-- ============================= -->
<!-- Set the player settings below -->
<!-- ============================= -->
        <options>

                <defaultVolume>100</defaultVolume>                                               <!-- Between 0 - 100 -->
                <playerWidth>300</playerWidth>                                                          <!-- In pixels -->
                <thumbnailsDisplay>On</thumbnailsDisplay>               <!-- On/Off - if off it will hide the thumbnails -->
                <startSong>1</startSong>                                                                                <!-- Song Number -->
                <autoPlayOnStart>Off</autoPlayOnStart>            <!-- On/Off - if Off the player will not play automatically but will wait youto press the play button-->
                <autoLoopMode>Off</autoLoopMode>                 <!-- On/Off - if On then when the current song finish, the next song will start play automatically -->
                <repeatMode>All</repeatMode>                     <!-- Single/All - if Single and autoLoopMode is On then will loop the song defined in startSong -->
                <shuffleMode>Off</shuffleMode>                   <!-- On/Off - if On then the player will play the songs randomly -->
                <randomPlayOnStart>Off</randomPlayOnStart>  <!-- On/Off - if On then evry time when the player is loaded it will pick the first song randomly/startSong option will be overwrite -->
                <buyLinkDisplay>Off</buyLinkDisplay>                                     <!-- On/Off - show/hide the BUY link -->
                <playlistButtonDisplay>Off</playlistButtonDisplay>                                     <!-- On/Off - show/hide the playlist button -->
                <playerMode>Playlist</playerMode>                                                <!-- Pill/Compact/Full/Playlist - defines which mode will be the default initial mode for the player -->
                <bgColor>0x332921</bgColor> <!-- Color of stage background -->
                <playerColor>0x332921</playerColor>
                <playerOpacity>75</playerOpacity>
                <playerGlossy>0</playerGlossy>
                <controlsColor>0xe3e1ca</controlsColor>
                <controlsOpacity>100</controlsOpacity>
                <controlsColorOver>0xFFFFFF</controlsColorOver>
                <controlsOpacityOver>75</controlsOpacityOver>
                <glossyOpacity>0</glossyOpacity>
                <playListPosition>Below</playListPosition>      <!-- Below/Above -->
                <playListHeight>160</playListHeight>
                <boxesOpacity>100</boxesOpacity>
                <boxesOpacityOver>100</boxesOpacityOver>
                <boxesColor>0x332921</boxesColor>
                <boxesColorOver>0x000000</boxesColorOver>
                <buyAlpha>10</buyAlpha>
                <buyAlphaOver>50</buyAlphaOver>
                <buyColor>0xffffff</buyColor>
                <buyColorOver>0xff0000</buyColorOver>
                <ease_speed>10</ease_speed>
        </options>
<!-- ============================= -->
<!-- End of the player settings    -->
<!-- ============================= -->

<!-- ============================= -->
<!-- Define the PLAYLIST           -->
<!-- ============================= -->

                <song>
                        <title>All The Way</title>
                        <artist>Bill Faught Jr.</artist>
                        <filename>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/All The Way.mp3</filename>
                        <songimage>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/thumbnail.jpg</songimage>
                        <buyLink></buyLink>
                </song>

                <song>
                        <title>When You Found Me</title>
                        <artist>Bill Faught Jr.</artist>
                        <filename>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/When You Found Me.mp3</filename>
                        <songimage>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/thumbnail.jpg</songimage>
                        <buyLink></buyLink>
                </song>

                <song>
                        <title>Release Heaven’s Rain</title>
                        <artist>Bill Faught Jr.</artist>
                        <filename>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/Release Heavens Rain.mp3</filename>
                        <songimage>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/thumbnail.jpg</songimage>
                        <buyLink></buyLink>
                </song>

                <song>
                        <title>A Father’s Promise</title>
                        <artist>Bill Faught Jr.</artist>
                        <filename>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/A Fathers Promise.mp3</filename>
                        <songimage>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/thumbnail.jpg</songimage>
                        <buyLink></buyLink>
                </song>

                <song>
                        <title>Hear My Intercession</title>
                        <artist>Bill Faught Jr.</artist>
                        <filename>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/Hear My Intercession.mp3</filename>
                        <songimage>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/thumbnail.jpg</songimage>
                        <buyLink></buyLink>
                </song>

                <song>
                        <title>My Gracious King</title>
                        <artist>Bill Faught Jr.</artist>
                        <filename>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/My Gracious King.mp3</filename>
                        <songimage>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/thumbnail.jpg</songimage>
                        <buyLink></buyLink>
                </song>

                <song>
                        <title>The Depths Of Your Love</title>
                        <artist>Bill Faught Jr.</artist>
                        <filename>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/The Depths Of Your Love.mp3</filename>
                        <songimage>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/thumbnail.jpg</songimage>
                        <buyLink></buyLink>
                </song>

                <song>
                        <title>Your Tender Kisses</title>
                        <artist>Bill Faught Jr.</artist>
                        <filename>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/Your Tender Kisses.mp3</filename>
                        <songimage>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/thumbnail.jpg</songimage>
                        <buyLink></buyLink>
                </song>

                <song>
                        <title>Caught Up </title>
                        <artist>Bill Faught Jr.</artist>
                        <filename>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/Caught Up.mp3</filename>
                        <songimage>http://www.ministrypixel.net/legacyofworship/media/release_heavens_rain/thumbnail.jpg</songimage>
                        <buyLink></buyLink>
                </song>

		 								   
</mp3player>

