The volume button will not move unless a video is playing. That may be your first problem.
Here's what your numbers are:
167=upper-left x-position of volume bar
14=upper-left y-position of volume bar
12=width volume bar will be
7=height volume bar will be
so as you have it now, the volume button will be on zero at x=167 and be on 100% at x=179 with a height of 7 pixels going from y=14 to y=21.
seems like your's should be:
volume=167,14,208(or width of volume bar),(height of volume bar)
|