Page 1 of 1

Audio player (no download button)

Posted: Tue Jan 11, 2022 4:13 pm
by Spypick
Dear Pablo,
I have a question regarding the built-in audio player in WYSIWYG Web Builder. I have inserted one on a webpage, which works perfectly well. However, when I open the page on some browsers (notably Samsung Internet Browser), the browser offers to download the audio file. I would like to allow users to be able to listen to the audio file but not download it. May you please let me know what I need to do to achieve this, please? Many thanks indeed and thanks again for this wonderful software, which I really enjoy using. Regards,
Pierrick

Re: Audio player (no download button)

Posted: Tue Jan 11, 2022 4:36 pm
by Pablo
You can try this in custom HTML code of the player (inside tag)

Code: Select all

controlsList="nodownload"
Note however that this may not be supported by all browsers
https://www.google.com/search?q=control ... ownload%22

Also, note that even if you can remove the download button, it will still be possible to download the file. Because the browsers also needs to download the file otherwise it cannot play it.

Re: Audio player (no download button)

Posted: Wed Jan 12, 2022 6:16 am
by Joe_120
If you have selected Preload in the player, Samsung interprets this as download before play.

From Samsung Developers site - audio attributes:
"preload: Specify whether the application can begin downloading the media or its meta data before the media is needed for playback."

Joe

Re: Audio player (no download button)

Posted: Fri Jan 21, 2022 4:02 pm
by Spypick
Sorry for my tardy reply and thank you very much to you both for taking the time to reply. I shall try these. Have a nice day :)