Speak the Words
Submitted by Bitencourt on Sat, 05/15/2021 - 16:22
Forums:
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
Mon, 05/17/2021 - 01:16
Permalink
Hi Bitencourt,This is because
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
Bitencourt
Mon, 05/17/2021 - 18:42
Permalink
https
<p>Hi, I used "https", but it still doesn't work</p><p> </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
Tue, 05/18/2021 - 09:12
Permalink
Hi all!This is probably
Hi all!
This is probably related to HTTP Feature Policies, see discussion at https://h5p.org/node/904272.
Cheers,
Oliver