%px
Percentage Played In Song. Can also be used in a conditional to create custom progress indicators.
You can use this tag to make your own progress indicator. i think the sansa "Sector" wps uses it:
[...]
%xl|N|prog1.bmp|50|77|
%xl|o|prog2.bmp|63|67|
%xl|p|prog3.bmp|89|67|
%xl|q|prog4.bmp|111|79|
%xl|r|prog5.bmp|110|105|
%xl|s|prog6.bmp|89|127|
%xl|t|prog7.bmp|61|126|
%xl|u|prog8.bmp|50|105|
[...]
%?px<|%xdN|%xdN%xdo|%xdN%xdo%xdp|%xdN%xdo%xdp%xdq|%xdN%xdo%xdp%xdq%xdr|%xdN%xdo%xdp%xdq%xdr%xds|%xdN%xdo%xdp%xdq%xdr%xds%xdt|%xdN%xdo%xdp%xdq%xdr%xds%xdt%xdu>
the images are parts of a cirle, you need to draw your circle and then break it down into small parts which are then displayed by the %px tag as shown above.