C# Tutorial: Create a YouTube player in C#
- Subject: C# Tutorials
- Learning Time: 2 hours
In this tutorial you will learn how to create an interactive youtube viewer using C# in visual studio. You can choose any youtube video and embed them into a C# standalone program. This program should take around 2-3 hours to complete entirely.
Note – YouTube has stopped supporting flash player in their framework, you can still follow this tutorial however the videos might not play due to this issue. We have created a new YouTube Alarm clock tutorial which you can follow to see how to play youtube videos on Windows Form Applications.
Lesson outcomes:
- How to work with advanced components
- How to work with buttons in C#
- Implement a menu system in C#
- Code responses to events in a menu system