Category - Flash
09 Mar 2023 09 Mar 2023 0 Comments  772 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.
22 Feb 2018 22 Feb 2018 0 Comments  13287 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  34115 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  17878 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.
07 Apr 2017 07 Apr 2017 0 Comments  14412 Views
Here Mudassar Ahmed Khan has explained with an example, how to upload MP4 Video files, save (insert) to database table, retrieve (display) files from database table and play the files with Live Streaming from database table in ASP.Net MVC Razor.
Files will be uploaded and then will be saved (inserted) to database table. The saved (inserted) files will be retrieved and displayed in HTML Grid (Table) and then using FlowPlayer plugin (a Flash based video player), the files will be played with Live Streaming from database table in ASP.Net MVC Razor.
04 Mar 2015 04 Mar 2015 0 Comments  18488 Views
Here Mudassar Ahmed Khan has explained how to upload multiple files with Progress Bar using Flash and jQuery in ASP.Net using C# and VB.Net.

jQuery Uploadify Plugin makes use of Flash for uploading multiple files with progress bar.