Solved
How can I disable the play/pause button on an embedded audio clip?
My project involves participants listening to short audio clips and then making decisions based on what they have just heard. It is important that they do not hear these clips multiple times; is there any way to disable the audio controls so that there isn't even the possibility of this happening? The audio already autoplays.
If disabling the buttons isn't an option, is there a way to hide the audio bar altogether?
Best answer by Anonymous
Hello @kjkendro ,
Use the following code to hide the audio controls. The following code play the audio but the audio controls will not be visible.
`<embed src="source url" width="180" height="90" loop="false" autostart="true" hidden="true" />`
View originalLeave a Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.