
autoplay audio file
Hi, can anyone help, have a sound file on the software qualtrics, have been trying to set it so it plays automatically when the page loads. have tried many of the suggested options but still cannot get it to work!
(have tried autostart=true)
this is my code-
<span style="font-size:48px;">
<video class="qmedia" controls="true" height="40" preload="auto" width="320"><source src="https://warwickpsych.qualtrics.com/CP/File.php?F=F_2fRvOS4Nsf2r7XT" type="audio/mp3"/><embed class="qmedia" flashvars="file=https://warwickpsych.qualtrics.com/CP/File.php?F=F_2fRvOS4Nsf2r7XT&width=320&height=20&type=mp3&autostart=false" height="20" pluginspage="http://adobe.com/flashplayer/" src="../WRQualtricsShared/Flash/flvplayer.swf"
type="application/x-shockwave-flash" width="320" wmode="transparent"/></video>
</span>