Audio player (no download button)

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Spypick
 
 
Posts: 19
Joined: Wed Apr 28, 2021 9:17 pm

Audio player (no download button)

Post 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
User avatar
Pablo
 
Posts: 21574
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Audio player (no download button)

Post 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.
Joe_120
 
 
Posts: 30
Joined: Fri May 21, 2021 3:10 pm
Location: Cornwall

Re: Audio player (no download button)

Post 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
If it wasn't for bad luck, I'd have no luck at all.
Spypick
 
 
Posts: 19
Joined: Wed Apr 28, 2021 9:17 pm

Re: Audio player (no download button)

Post 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 :)
Post Reply