I need to implement the functionality of playing video on clicking a link in an ASP.Net website.
What options do I have available? I have googled and have found that we can also use JQuery for this.
But I'm still not sure about it.
I need to implement the functionality of playing video on clicking a link in an ASP.Net website.
What options do I have available? I have googled and have found that we can also use JQuery for this.
But I'm still not sure about it.
Your looking for this:
start/play embedded (iframe) youtube-video on click of an image
Your going to need JQuery, @Anuj Khandelwal gave good example hope it helps