0 votes
by (160 points)
Every time i do adiuo, the thing just shows up as a black screen when i click play.

1 Answer

0 votes
by (63.1k points)

You maybe aren't closing the <audio> tag. 

<audio... ></audio>

Whatever is in between the tags is shown on browsers that don't support the audio element, so if you don't close it, it's determining that the whole passage should only be shown if the element isn't supported. 

by (44.7k points)
Also, maybe he's mispelling "audio" as "adiuo" as he did here.  ;-)
by (160 points)
Uh.. How do you put in audio?
by (63.1k points)

I assumed you were using html5 audio elements. They work, to some extent. Generally I recommend my Harlowe Audio Library, if you want to be able to control the audio more finely and have it play from passage to passage without stopping and restarting. 

...