I use the JS code below within Qualtrics. It will play an audio clip on most browsers except Safari. Could you help me with that? Also, if you find the code redundant, please let me know. I have almost no knowledge on JS. I just want to play the audio clip in the background while participants are taking my survey. Thanks so much!
<audio class="qmedia" controls="true" height="40" preload="auto" width="320" autoplay="true" loop="true" hidden="true"><source src="https://uchicago.co1.qualtrics.com/WRQualtricsControlPanel/File.php?F=F_6SABQ5I2CXH87CC"><embed class="qmedia" flashconsts="file=https://uchicago.co1.qualtrics.com/WRQualtricsControlPanel/File.php?F=F_6SABQ5I2CXH87CC;width=320&height=20&type=mp3&autostart=false" height="20" pluginspage="http://www.macromedia.com/go/getflashplayer" src="/WRQualtricsShared/Flash/flvplayer.swf" type="application/x-shockwave-flash" width="320" wmode="transparent"></audio>