2020-03-29 09:23:14

hello, i have a question aboute the website builder from nathan tech, I Dont no how to use the audio adding element properly, first, I recorded a audio cald test.ogg, and save it in to my computer, after that, I open the website builder, load my progect, and i chose the add an element, then add an audio file, in the first text box i type the .ogg, and the second box, I type the test.ogg, and clic add, after that, I Viu my page in my google chrome and my NVDA sez, play button unavaylable,
what's Rong? its just the builder? or me.

2020-03-29 10:45:04

Try converting your file to a few different formats, for example .wav, or .mp3. It should technically work if you have ogg support in your browser.

2020-03-29 14:51:57

and if possible, please share the code with us so that we can help you and possibly report bugs with the builder, because the builder is not supposed to do this

best regards
never give up on what ever you are doing.

2020-03-29 15:23:25

@3, how can i do that?

2020-03-29 15:36:44 (edited by Leonidas 2020-03-29 15:37:40)

oh wait, I see!
<!DOCTYPE html>
<head>
<title>test page</title>
</head>
<body>
<audio controls>
<source src="test.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

</body>
</html>


I'am useing google chrome as my brouzer.

2020-03-30 10:01:10

The code looks fine to me, do you still get an error?

2020-03-30 14:45:48

i believe the audio the you have added is in other folder so try to add the audio in the same folder where you're saving the HTML files.

thanks and regards.
Krantikari
visit my Youtube channel for technical related stuff

2020-03-30 16:31:53

So what are the differences between this and, say, sunrise waterfall, which is also by the same developer?