How do I tell my flv to rewind?

I have an flv on the stage…with an instance name. How do I tell it to rewind.
This is the code I’m using to tell it to pause. Which is simple.
on (release) {my_flv.pause();
}
Why is making it rewind seem so much more difficult? Can you help me with the code it would take to do that?
Thanks.