Files Delphi

Title: How to display the first frame of an avi file using TMediaPlayer
MediaPlayer1.Open;
MediaPlayer1.Step;
MediaPlayer1.Previous;