I have an issue that I am hoping someone has an insight to.
I am creating an e-learning course where there are som audio involved. I need to be able to access said audio throught some javascript triggers.
When I export for web and run it locally, it works fine, through the code var audio = document.getElementsByTagName('audio')[0];
But when I upload it to an ftp-server, and run it online, either on a FTP-server or on a LMS, the audio is hidden from the DOM-structure. I searched the DOM structure in the Chrome console, and couldn't find it either.
Any ideas?
Here are two images. The first is online, the second is a local copy.
