Simple Video Player

Status
Completed
Approximate Date
Work Context
School Assignment
Contribution Level
Completely Independent
Technologies Used
C#, XAML, WPF
Download
SimplePlayer.zip (1.38 MB)
License

This application is a simple media player written in C# using XAML for the Windows Programming C# class.

This application features the Windows file browser for selecting media, and uses standard play, pause, and stop buttons. A progress thumb is included to display playback progress which can also be dragged around to change the playback location of the current media being played.

It also uses command bindings for actions, which automatically ties in common keyboard shortcuts for the respective command. For example pressing the Ctrl and O keys on the keyboard opens the Windows file browser for media selection.