Questions tagged as 'html5-audio'

1
answer

How to show audio preview while playing? [duplicate]

Hi stackoverflow folks, You have an example GitHub , showing audio preview. How to do this in asp.net mvc? View: <audio controls style="width: 375px;height:225px;"> <source src="@Url.Action("StreamUploadedSong", "Acc...
asked by 30.11.2016 / 22:15
2
answers

How to get info from a database column through the GET method that I get from another page.

I'm new to php and database. I would like to know how to search the database for the "name", "password" "email" through the id I get via _GET from the previous page and display on the page that I am. To make it clearer. I have a page where th...
asked by 19.09.2014 / 02:10
2
answers

How to pause CSS animation while music is stopped?

I made an example: function play() { //Fazer animação } function pause() { //Para animação, ficar toda linha roxa; } #animacao { position: relative; margin: 30px; } #bloco { display: block; bottom: 0px; w...
asked by 01.12.2016 / 18:55
0
answers

Favicon and audio do not work

This is the code: <!DOCTYPE html> <html lang="pt-br"> <head> <meta name="author" content="Tomás Ricardo"> <audio autoplay> <source src="audio_de_erro.mp3" type="audio/mpeg"> <source src="audio_d...
asked by 27.06.2018 / 15:42
0
answers

Stop a song from playing on the same controller using $ locationProvider

The code is all right, but when I use $location.path('/minha-rota') for the same control, where it has a different view, which would be before starting a game, the sound is restarting, but on this route it does not call play, even after t...
asked by 15.06.2018 / 20:51
1
answer

Executing audio in php

How can I load an audio tag with the file off my server <audio controls> <source src="../../spool/teste.mp3" type="audio/mp3"> </audio> At the same level of my www folder I have a folder called musics, where you have the...
asked by 03.08.2017 / 14:04
1
answer

Put audio file to download and listen in php

I have some audios on my server and I want to put them online so that it is possible for the client side to have access both to listen and to download. I'm working with php and a linux server, a debian version. <td> <audio co...
asked by 27.07.2017 / 23:35
0
answers

Pass the song as a html page parameter

Hello, I'm trying to make a game menu in HTML5 + JavaScript + CSS3 and when I click on a button I want to change the html page, but that same song continue to give. I suppose it is with the audio.currentTime method, but I do not know ho...
asked by 24.03.2016 / 19:12
1
answer

Data received from audio

How do I know how much data (KBs or MBs) of the audio tag was received? For example, the user enters the site, and clicks play, the audio begins to play. Let's assume that his internet is very bad and the music stops all the time. How to know no...
asked by 08.06.2015 / 00:16