Ok but know how can I apply this to the seek bar? I tried butting the see component on the stage and add a similar function but no good. Any thoughts?

function isScrubing(eventObject:Object):Void {
_root.viewOne.my_FLVPlybkTwo.seek();
};


_root.viewOne.my_FLVPlybk.addEventListener("scrubF inish", isScrubing);