id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,thread
731,"While scrubbing volume, time position not updated",pablo,jeroen,"when you're scrubbing the volume slider, the timeslider icon does not update its position. In the version 4 player this can be fixed by changing one line in Controlbar.timeHandler:
in this piece of code

{{{
if(!scrubber) {
   clip.timeSlider.icon.x = xps;
   clip.timeSlider.done.width = xps;
}
}}}

the line

{{{
if(!scrubber) {
}}}

should be changed to
{{{
if(!scrubber || scrubber.name != 'timeSlider') {
}}}",bug,closed,,Flash 4.7,,fixed,,,http://www.longtailvideo.com/support/forum/Bug-Reports/22277/timeline-icon-x-not-updated-while-changing-volume#msg146568
