low) && (application.testPlayer.currentTime < high)); } private function scrubBarInRange(low:Number, high:Number):Boolean { return((application.testPlayer.scrubBar.value > low) && (application.testPlayer.scrubBar.value < high)); } ]]>