Category - YouTube
09 Mar 2023 09 Mar 2023 0 Comments  759 Views
Here Mudassar Khan has explained with an example, how to convert YouTube URL (Link) to embed URL (Code).

This article will explain how to play (embed) YouTube Videos in HTML Page using:

1. IFRAME element.

2. EMBED element.
20 Aug 2019 20 Aug 2019 1 Comments  21013 Views
Here Mudassar Ahmed Khan has explained with an example, how to play (embed) YouTube videos in Windows Forms (WinForms) Application using C# and VB.Net.

The YouTube videos will be played in Windows Forms (WinForms) Application with the help of WebBrowser control and HTML IFRAME using C# and VB.Net.
06 Mar 2018 06 Mar 2018 0 Comments  21487 Views
ASP.Net  YouTube  HTML  MVC
Here Mudassar Ahmed Khan has explained with an example, how to play (embed) YouTube Videos in ASP.Net MVC Razor.

The ID of the YouTube video will be extracted and the extracted YouTube Video ID is appended to the YouTube embed video URL which is ultimately assigned to HTML IFRAME element in ASP.Net MVC Razor.
22 Feb 2018 22 Feb 2018 0 Comments  19313 Views
Here Mudassar Ahmed Khan has explained with an example, how to play (embed) YouTube Videos using IFRAME with AutoPlay in HTML Page.
22 Feb 2018 22 Feb 2018 0 Comments  13285 Views
Here Mudassar Ahmed Khan has explained with an example, the different ways to embed and play YouTube Videos in HTML Page.

Following are the different ways to embed and play YouTube Videos in HTML Page.
1. IFRAME element.
2. EMBED element.
22 Feb 2018 22 Feb 2018 0 Comments  34113 Views
Here Mudassar Ahmed Khan has explained with an example, how to play (embed) YouTube Videos without using IFRAME in HTML Page.

In order to play (embed) YouTube Videos without using IFRAME, the EMBED element needs to be used as the HTML5 Video tag is not meant to play videos from other domain URLs and hence the only solution other than IFRAME is the EMBED tag.
22 Feb 2018 22 Feb 2018 1 Comments  17860 Views
Here Mudassar Ahmed Khan has explained with an example, how to play (embed) YouTube Videos in HTML5 Video tag in HTML Page.

HTML5 Video tag is not meant to play videos from other domain URLs and hence it is not possible to play (embed) YouTube Videos in HTML5 Video tag.

Thus in order to play (embed) YouTube Videos in HTML Page, one of the following elements needs to be used:
1. IFRAME element.
2. EMBED element.
22 Feb 2018 22 Feb 2018 0 Comments  2518 Views
Here Mudassar Ahmed Khan has explained with an example, how to play (embed) YouTube Videos in HTML Page.

This article will explain how to play (embed) YouTube Videos in HTML Page using:
1. IFRAME element.
2. EMBED element.
04 Aug 2013 04 Aug 2013 5 Comments  88150 Views
Here Mudassar Ahmed Khan has explained, how to play YouTube videos in ASP.Net Web Application.

There is a TextBox to allow user enter YouTube Video URL, after entering the YouTube Video URL user has to click the button to play the YouTube video.
01 Aug 2013 01 Aug 2013 4 Comments  29943 Views
Here Mudassar Ahmed Khan has explained, how to play YouTube videos inside ASP.Net AJAX Control Toolkit ModalPopupExtender Modal Popup in ASP.Net Web Application.

There is a TextBox to allow user enter YouTube Video URL, after entering the YouTube Video URL user has to click the button which then opens up an AJAX Modal Popup with the YouTube Video being displayed within it.