I am working on a page where i have multiple mp3 links (url) for example,
play
I would like to play them in a player using playlist and also a download button. Is there any easy way i can get it done!
Thank you all.
Related
I use api in the from of json. In JSON file have many link as well as a video link. I want the video link play in next window.
`https://viid.su/rfCYe`
the problem is on this page, well when people click on the embeded youtube video, I dont want the video to play there, but redirect people on youtube so they can interact, such as like or subscibe.
If you don't want the player to be usable, you can just put an image with a link on top of it.
Also there is the solution of using Youtubes Player API :
https://developers.google.com/youtube/iframe_api_reference#Requirements
I'm pretty sure you can catch the click of the user and redirect with javascript ( window.location or something like that )
I am using the YoutubeVideoPlayer to play videos in ionic. I was able to get the video to play but I want to make it so the user can not search through the video among other things. Is there a way to get any of these function to work?
I am trying to allow users to embed our custom HTML5 video player in their facebook feed. I have tried using open graph tags and it just creates an external link to navigate to our site. I know that it is possible to do this with a flash player, but I need to be able to do this with HTML5.
I see that Vimeo and YouTube have been able to embed their HTML5 players on a users facebook wall when they share a video. I am trying to do the same and would appreciate advice on this.
Thanks
I've looked through the YouTube JS API, but can't find a way to jump to a video in a playlist. (Mimicking the built-in navigation)
And if you're wondering why I'd want both, it's because I have a menu set up with additional information, and want to let the user click these links to jump between the videos.
You can write your own YouTube player script or use this one -- YouTube JavaScript API Player plus Playlist.