I have searched the forums looking for an MP3 player for my ZC. I found some references to wimpy player. I have downloaded the demo and installed it.

Following wimpy players instructions, i am instructed to place the following on any html document between the <body> tags. (please forgive me as i am not a programmer by any stretch of the imagination).

<!-- START WIMPY PLAYER CODE -->

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="690" height="65" id="wimpy2965">

<param name="allowScriptAccess" value="always" />

<param name="movie" value="http://www.cotton-ink.com/mp3s/wimpy.swf" />

<param name="loop" value="false" />

<param name="menu" value="false" />

<param name="quality" value="high" />

<param name="scale" value="noscale" />

<param name="salign" value="lt" />

<param name="bgcolor" value="000000" />

<param name="flashvars" value="wimpyApp=http://www.cotton-ink.com/mp3s/wimpy.php&wimpySkin=http://www.cotton-ink.com/mp3s/skins/horizontial/skin.xml&theVolume=20&startPlayingOnload=yes&shuffleOnLoad=yes&randomOnLoad=yes" />

<embed src="http://www.cotton-ink.com/mp3s/wimpy.swf" flashvars="wimpyApp=http://www.cotton-ink.com/mp3s/wimpy.php&wimpySkin=http://www.cotton-ink.com/mp3s/skins/horizontial/skin.xml&theVolume=20&startPlayingOnload=yes&shuffleOnLoad=yes&randomOnLoad=yes" loop="false" menu="false" quality="high" width="690" height="65" scale="noscale" salign="lt" name="wimpy2965" align="center" bgcolor="000000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />

</object>

<!-- END WIMPY PLAYER CODE -->

Now, I can not for the life of me figure out where to place this code so that the MP3 player plays continuously without reloading after each navigation click.

I was told an iframe in the index.php might work, but the player reloads with every click.

I was also told to try setting up a frame for it, but reading these forums seems to indicate that ZC will have problems running in a frame.

Any help with this issue would be greatly appreciated. Also, I am not married to using Wimpy Player either if another player is better suited to work with ZC.

I simply wish to have some background music on my site while shopping. Can anybody help me with this?