Keep video player from quitting

Hi,
How do I keep the video player open after the video has finished playing so a user can rewind or restart the video? I want the user to quit the player manually when she is done.
Thanks for your help,
Oliver
[lua]function posterFrame:tap( event )
media.playVideo( steps.videoLink, media.RemoteSource, true )
end[/lua] [import]uid: 69642 topic_id: 14402 reply_id: 314402[/import]