Forum Discussion
KaranSolanki
10 months agoCommunity Member
Allowing microphone access to web objects
Hello Heroes, I've been stuck at this for quite some time now. I have a slide which has a webpage embedded as a web object and it is meant to open on the same slide rather than on a new window. Th...
Nedim
10 months agoCommunity Member
Here is an index.html file that you can import as a Web Object in Storyline:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>SpeechNotes Embed</title> <style> body { margin: 0; display: flex; justify-content: center; align-items: center; height: 100vh; } iframe { width: 100%; height: 100vh; border: none; } </style> </head> <body> <iframe src="https://speechnotes.co/dictate/" allow="microphone" ></iframe> </body> </html>
This works in Web and SCORM (tested in SCORM Cloud). However, it doesn't work in Review 360. It functions well in Chrome and Edge, but Firefox adds visibility: hidden to the microphone button for no apparent reason, making it essentially unusable.
KaranSolanki
10 months agoCommunity Member
Thank you for sharing this Nedim. Let me try this and get back with my insights.
Related Content
- 12 months ago