Adding .wav files to pages

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
suomi48
 
 
Posts: 41
Joined: Thu Mar 02, 2023 12:11 am

Adding .wav files to pages

Post by suomi48 »

Is it possible to add a .wav file to a project page? I would like to have a .wav file play when one of the pages in my project opens.
User avatar
wwonderfull
 
 
Posts: 1587
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Adding .wav files to pages

Post by wwonderfull »

suomi48 wrote: Thu Jun 15, 2023 2:00 pm Is it possible to add a .wav file to a project page? I would like to have a .wav file play when one of the pages in my project opens.
Yes it is possible to play a .wav file. Go to tool box or search for "HTML Audio" tool then select the .wav audio file and then go to page properties and then use an event "onload" action "media play".
User avatar
wwonderfull
 
 
Posts: 1587
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Adding .wav files to pages

Post by wwonderfull »

Note: Chromium browsers do not allow autoplay in most cases. However, muted autoplay is always allowed.
The autoplay attribute is a boolean attribute.When present, the audio will automatically start playing as soon as it can do so without stopping. Although, it's worth to note is that autoplay behavior can be controlled by the browser's settings and policies. So in some cases the browsers may prevent autoplay audio or require user interaction before allowing audio playback to begin.

For more insight on this subject also read from below link.
https://www.w3schools.com/tags/att_audio_autoplay.asp
User avatar
crispy68
 
 
Posts: 3059
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Adding .wav files to pages

Post by crispy68 »

IMHO, i would not recommend having music autoplay. It is extremely irritating which is why you don't see it often.
User avatar
wwonderfull
 
 
Posts: 1587
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Adding .wav files to pages

Post by wwonderfull »

What you said @crispy is fair and true. People do find sudden noise from loading a website irritating. That's why even the browser try not to allow it in some cases.
User avatar
onlye
 
 
Posts: 448
Joined: Sun Jun 17, 2018 12:36 am
Location: Gluckstadt, MS USA
Contact:

Re: Adding .wav files to pages

Post by onlye »

wwonderfull wrote: Fri Jun 16, 2023 2:33 am What you said @crispy is fair and true. People do find sudden noise from loading a website irritating. That's why even the browser try not to allow it in some cases.
ditto - i will usually close the page if it stars auto play on audio.
onlye
Gluckstadt, MS USA
Post Reply