Speak the Words

Hello

I am trying to embed an IFRAME on my "Speak the Words" website in Chrome / Android the recording does not work. I used the code below as directed but it doesn't work. What can I do?

http://wops.com.br/espanhol/teste-1.htm

<iframe src="https://educa.wops.com.br/wp-admin/admin-ajax.php?action=h5p_embed&id=1006" width="1090" height="434" frameborder="0" allowfullscreen="allowfullscreen" style="width: 100%; height: 514px;" allow="microphone"></iframe><script src="https://h5p.org/sites/all/modules/h5p/library/js/h5p-resizer.js" charset="UTF-8"></script>

BV52's picture

Hi Bitencourt,

This is because of browser security. Browsers will not let you use the microphone if you are embeddingy your content in an unsecured site (http instead of https).

-BV 

<p>Hi, I used "https", but it still doesn't work</p><p>&nbsp;</p><p><strong>https</strong>://wops.com.br/espanhol/teste-1.htm</p><p>Do you have any idea how to solve this?</p>

otacke's picture

Hi all!

This is probably related to HTTP Feature Policies, see discussion at https://h5p.org/node/904272.

Cheers,

Oliver