Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
26 views

Wordpress: Music Playing in background - change page content and the music continues to play

Using an overlay and button we can play a company theme song when someone lands on the page. document.addEventListener('DOMContentLoaded', function() { // Add event listeners here document....
inhobbyteach's user avatar
0 votes
0 answers
334 views

Need a little assistance with Music Player & Playlist (HTML, CSS, JS)

I have a Music Player with Custom Buttons, & underneath is a Playlist with some songs. I thought I was close at one point, but in the process of trying to figure this out, I lost that version of ...
Wm. Cole Hanson II's user avatar
0 votes
1 answer
83 views

How to add different songs to a player in HTML and JavaScript? [duplicate]

I'm struggling to add different songs to a very simple audio-player in HTML and JavaScript. I'd like to be able to have a bunch of links on the page that would call a function that sets the player's &...
HelloWorldCpp's user avatar
0 votes
2 answers
542 views

How do I make multiple play and pause music buttons that play different audios?

I'm trying to add multiple play and pause buttons to my website that play different audio. Though I've been successful making one play and pause pair, every time I try and make another one it will ...
mrsmiler's user avatar
0 votes
1 answer
627 views

Can I add autoplay sound on ios or chrome devices?

I am trying to write code in html to autoplay sound in ios or chrome device, is it possible?
Technical Umair's user avatar
-2 votes
2 answers
3k views

How to add a 5 sec Rewind and Fast Forward buttons to HTML5 audio player?

On a WordPress website I want to add Rewind and Forward buttons to Audio Player to let forward and backward by 5 or 10 seconds. I've searched a lot and not found any information about it. Is it ...
Kardo's user avatar
  • 1,698
0 votes
1 answer
523 views

Can I turn the input range into an audio player? and How do I link the buttons? [duplicate]

I have been trying to figure out if I can turn the input slider into an audio player. It's the one with the (class = "progress-bar"). This is the basic design. I am not sure if it is ...
Deshawn Reid's user avatar
0 votes
1 answer
287 views

How to make my javascript change only my div background color and not the full body color?

I found this awesome video to make a music player on html: https://www.youtube.com/watch?v=oscPp3KghS8 The only problem is that the script changes the whole body's background and not just the .player'...
auTiStiC WizArD's user avatar
1 vote
0 answers
66 views

Problem with the music player on the website - odd clicks

I'm creating a music player for a website that will contain 14 playlists by default, but in the process of writing the site I've come across one problem - the selected playlist is only triggered by ...
CanoNee's user avatar
  • 11
0 votes
1 answer
295 views

How to pass variable to Django Paginator()'s per_page parameter so all album tracks can be displayed on one page?

I am building a web app music player using Django with Postgres as the database. My setup right now displays the first song for each album. As one clicks through the play button, the view changes to ...
alphaomega's user avatar
2 votes
1 answer
71 views

How to make remaining time NOT show duration?

This is my website. if you know how to make md dropdowns pls tell me, but here it is. //this is a long but working workaround javascript being horrible at decimals. BTW stackoverflow, if i put ...
TGP1cccul8r's user avatar
0 votes
0 answers
91 views

How I can use songs(mp3) in my web app using song link directly with audio tag

I want to use mp3 songs in my app that way <audio class="audio" src="http://link/address/song_name.mp3"></audio> How to do it or any alternative way
code's user avatar
  • 1
1 vote
2 answers
987 views

How do i make auido player play the next song after song ended?

Im trying to implement an autoplay function into this audio player but I cant get it to work, I have been trying for ages and I feel like I wanna give up. Any help would be helpful. I am pretty new to ...
MyNameIsArtin's user avatar
0 votes
0 answers
251 views

How to Greyed Out a Audio Player or Div if the audio file is corrupt

I am working on a vue.js project where I have created an audio player which gets the audio file URL from Backend(java). The audio file is hosted in was. The problem is some audio files(mp3) are ...
Avinash Kharche's user avatar
0 votes
2 answers
1k views

how can i show media controls for my music player website in the notification tray using javascript/Jquery?

As you know from the title that I want to customize the notification for my music player website. default chrome notification only contains play/pause button. is there any way I can customize it to ...
Anurag Shukla's user avatar

15 30 50 per page
1
2 3 4 5
7