Adding audio player to an onclick button - audio

I have created a button that has the onclick feature to change the background of the page once clicked. I want to add a playlist from Spotify (if possible) or Youtube to the button so that music plays once you press the button.
I tried to use function play and tried to link a Youtube video and a Spotify playlist but both didnt work

Related

How do I control the slider of the spotify playlist widget?

I am using the embed playlist widget mentioned here:
https://developer.spotify.com/technologies/widgets/spotify-play-button/
I am able to use the play, pause, next, previous buttons. But I am unable to slide to a different position in the song. I need to go to the Web Player to do that.
Seeking isn't supported by the Spotify Play Button, and I've updated the Spotify Play Button documentation to include that.

I cannot add movie in text widget

I use impresspage 4 -current verion
I send the video to the repository. I add a text widget to the page. I click the Insert / edit your movie and choose the video from the repository. Unfortunately, the movie does not appear.
If I add the html widget and I will add the video in the video tag, it works.
Is this a bug?
You are probably using a non standard text widget, but one provided as a plugin. Because default widget has no video capabilities.
The plugin may have limited capabilities. I suggest you to use Video widget to display videos from YouTube or Vimeo.
Alternatively you can use HTML widget to display your video in some unique way, like html5 video player, etc.

how to add a right click context menu just on youtube videos by using a chrome extension program

I've searched and searched and searched for a solution to this but every source I found didn't works.
I know the very basics of Chrome extensions and I made a context menu. However, now I'm looking to make one that involves a context menu which works on youtube video.
Let's say when you watch a youtube video and right-click upside of the video , you see the context menu that I want to add.
How can I do this?

Can I create a video controller/ overlay in LiveCode

I have been using LiveCode for a couple of weeks now and have a question.
I would like to create a custom video controller with play, stop, rewind etc with LiveCode that shows and hides at the bottom of the screen if you touch the video currently playing in the video player on a mobile device.
I have created the menu page with a selection of 4 videos to choose from and selecting any video goes to the next card and plays the video. On completing the video it goes to the previous card allowing the next selection. The video controls on the Quicktime player with LiveCode are rather crude and I would like to create a better looking interface. Is this possible with LiveCode?
Yes it is possible.
Look at the following commands and functions in the dictionary:
start command
stop command
playStopped message
currentTime property
currentTimeChanged property
playLoudness property
In addition, make sure to look at what's in each entries "see also" list.

Bootstrap modal with youtube bug after hide on hover elements

I use modal on my website to display youtube videos and all is working good.
But, when I start a video (then I stop it) and I close the modal, I have strange effects on my main menu that has a hover changing effects.
This is a sample video:
And then after closing and go with the mouse hover the menu this appears (on the 2 links that are "under" the modal):
Any ideas how to fix this bug?
Additional info
I am on Chrome and I have used a code very similar to the default example (http://twitter.github.io/bootstrap/javascript.html#modals).
Fixed, putting
?wmode=opaque
at the end of the youtube url.

Resources