iam using media display for display video , and media controller for  controlling flv video, i want the seek bar to be clickable ,i made the  clicking,but how to make the video to jump to the clicked time line. iam editing the mediacontroller.fla in …/en/components/  and coverting it into swc and using it ,please help me out
i used the code ,
on(release)
{
var mcli = 	_parent._tray._xmouse;
_parent._thumb._x = mcli;
pp = (mcli/_parent._tray._width)*100;
}
_tray s the process bar
and _thumb s handler .