Using playheadtime

In the code below when the user presses the button it set the video back to the start I just need it to go back on second

//Rewind
Rewindbtn.onPress = function (){
biz_need.playheadTime = 0;
}

Next question how would I display the biz_need.playheadTime and biz_need.totalTime in my flash app?