the player has to be on a static page.. if a user refresh that page it will stop.. also you can enable auto play if you want without the user pressing start.
add this to the swf link
?autostart=1
so it will look like this:
Quote:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="60" width="250">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.ah.fm/player/mini/ah.swf?autostart=1" />
<param name="wmode" value="transparent" />
<param name="quality" value="high" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://www.ah.fm/player/mini/ah.swf?autostart=1" height="60" width="250" wmode="transparent" quality="high" />
</object>
|