You must Sign In to post a response.
Category: Visual Studio
#760194
Hi
try this steps for your requirement
step1
==========
<iframe src="youryoutube url">
</iframe>
step 2
========
webBrowser1.Navigate(PathTovideourl);
Refer this below link more information
====================
http://www.codeproject.com/Articles/42349/YouTube-Embedded-Video-Player-Extended-API-C
http://www.schoolfreeware.com/Embedding_YouTube_Videos_In_C_-_C_YouTube_Video_Player_Example.html
http://www.c-sharpcorner.com/forums/thread/60222/how-to-watch-youtube-video-from-c-sharp-win-application.aspx
step3
===========
<embed src="your youtube video path"
type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="640" height="385">
</embed>
Hope it will helpful to you
Name : Dotnet Developer-2015
Email Id : kumaraspcode2009@gmail.com
'Not by might nor by power, but by my Spirit,' says the LORD Almighty.
try this steps for your requirement
step1
==========
<iframe src="youryoutube url">
</iframe>
step 2
========
webBrowser1.Navigate(PathTovideourl);
Refer this below link more information
====================
http://www.codeproject.com/Articles/42349/YouTube-Embedded-Video-Player-Extended-API-C
http://www.schoolfreeware.com/Embedding_YouTube_Videos_In_C_-_C_YouTube_Video_Player_Example.html
http://www.c-sharpcorner.com/forums/thread/60222/how-to-watch-youtube-video-from-c-sharp-win-application.aspx
step3
===========
<embed src="your youtube video path"
type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="640" height="385">
</embed>
Hope it will helpful to you
Name : Dotnet Developer-2015
Email Id : kumaraspcode2009@gmail.com
'Not by might nor by power, but by my Spirit,' says the LORD Almighty.
Return to Return to Discussion Forum