Forum Discussion
Allowing microphone access to web objects
Storyline embeds WebObjects in an iframe, but many browsers block microphone access inside iframes unless specific permissions are granted. It seems you are looking for something like this, with the following HTML being imported as index.html into Storyline.
<iframe src="https://speechnotes.co/dictate/" allow="microphone" ></iframe>
Now, this may or may not cause you a lot of headaches, as it likely won't work as intended when switching the microphone on and off. Personally, I would avoid it, given that it could behave differently across browsers. With Review 360, I don't think it would work at all.
My solution would be to open this website in a new window using JavaScript, allowing you to precisely define its dimensions and position so that it appears as if it opens within the slide rather than in an external tab or window. This approach helps you avoid using an iframe and prevents the potential issues you have already encountered.
Related Content
- 10 months ago