Can someone please help. Been trying all day and getting nowhere. My code is as follows:
<script language="JavaScript" src="http://www.domain.com/audio/audio-player.js"></script>
<object type="application/x-shockwave-flash" data="http://www.domain.com/audio/player.swf" id="audioplayer1" height="24" width="290">
<param name="movie" value="http://www.domain.com/audio/player.swf">
<param name="FlashVars" value="playerID=audioplayer1&soundFile=http://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?
Need help with this too! Mine isn’t on a blog it’s on a website. Please help