i am using the following code in home page for background music
<object type="application/x-shockwave-flash" data="/Music/dewplayer-mini.swf" align="right" width="100" height="20" id="dewplayer" name="dewplayer">
<param name="movie" value="/Music/dewplayer-mini.swf" />
<param name="flashvars" value="mp3=/Music/demo.mp3&autostart=1&autoreplay=1" />
<param name="wmode" value="transparent" />
</object>
currently music will be played in home page. i dont want the music to be played when i revisit the home page from subpages.
can I use cookie or session ? any help thanks ?