Can someone please help. Been trying all day and getting nowhere. My code is as follows:
<script language="JavaScript" src="https://www.domain.com/audio/audio-player.js"></script>
<object type="application/x-shockwave-flash" data="https://www.domain.com/audio/player.swf" id="audioplayer1" height="24" width="290">
<param name="movie" value="https://www.domain.com/audio/player.swf">
<param name="FlashVars" value="playerID=audioplayer1&soundFile=https://www.domain.com/audio/test.mp3">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>
Where do I insert the code to autoplay the track when the page loads? And what is the exact code I need to add?