I have an mp3 file in google sites and I want to play that file using Dew player. I have used the below code
<object align="right" type="application/x-shockwave-flash" data="/dewplayer-mini.swf" width="160" height="20" border="0" id="dewplayer" name="dewplayer">
<param name="wmode" value="transparent" />
<param name="Movie" value="/dewplayer-mini.swf"/>
<param name="flashvars" value="mp3=test.mp3"/>
</object>
but it doesn't work. Why is that and how do I fix this?