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
Audio player (no download button)
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
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
Re: Audio player (no download button)
You can try this in custom HTML code of the player (inside tag)
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.
Code: Select all
controlsList="nodownload"
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)
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
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.
Re: Audio player (no download button)
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