axWindowsMediaPlayer is the control for the playing multimedia files like videos and music.
Select this checkbox to use axWindowsMediaPlayer
Then you can use axWindowsMediaPlayer :)
AxWindowsMediaPlayer1.URL = "C:\My Files\Movies\Avatar.mp4"
AxWindowsMediaPlayer1.Ctlcontrols.play()
This code will play Avatar in the axWindowsMediaPlayer.