Page 1 of 1

Can't see the play button on audio files

Posted: Fri Apr 13, 2018 11:39 am
by steve-prn
Hi, sorry if this has been asked, couldn't see it by searching.

When I go to audio teases, none of them seem to have a play button, although several indicate there is one, because they ask you to press it.

What could be wrong? Tried using Chrome and Firefox, audio plays automatically when I go to flash files.

Thanks.

Re: Can't see the play button on audio files

Posted: Fri Apr 13, 2018 4:36 pm
by Sissy Elise
Chrome:
Cross-origin plugin content from must have a visible size larger than 400 x 300 pixels, or it will be blocked. Invisible content is always blocked.
You might find a less known browser might still play them, otherwise you can right click and inspect element to find the audio url

Re: Can't see the play button on audio files

Posted: Sat Apr 14, 2018 3:26 pm
by Sissy Elise
Here is a code to get it working again until it gets fixed.
(I have only tested this on chrome)

Goto the tease you wish to play.
Hit F12 on your keyboard to open your DOM inspector and go to the "console" tab and paste this code in there and hit enter:

Code: Select all

var x=document.getElementsByClassName("text")[0];x.innerHTML='<audio controls><source src="https://media'+x.innerHTML.split('media')[1].split('"')[0].replace(/\\/g,'')+'" type="audio/mpeg"></audio>';
Close the DOM inspector and press play :-)

Here is an audio tease: https://milovana.com/webteases/showtease.php?id=29848

Re: Can't see the play button on audio files

Posted: Wed Nov 22, 2023 7:21 pm
by alescan
Is it not fixed yet? Tried with firefox and edge (mobile also) but nothing.