abdul_rouf26 0 Unverified User

Hello Experts,
Can any great person help me for mp3 song playing on my web page. I added (player_mp3_maxi.swf) in my project. So, it’s working best the problem is that when I Click button Code is given below then autoplay does not work but when I load song by give the path in object then it’s work fine. Means Opening this Comment in Code (<%--<param name="FlashVars" value="mp3=Audio/Prince/Aa Bhi Jaa Sanam.mp3&amp;autoplay=1" />--%>).
So, I will be thank full to whom help me.

HTML Code:

<object type="application/x-shockwave-flash" data="player_mp3_maxi.swf" width="200" height="20">
<param name="movie" value="player_mp3_maxi.swf" />
<%--<param name="FlashVars" value="mp3=Audio/Prince/Aa Bhi Jaa Sanam.mp3&amp;autoplay=1" />--%>
<param runat="server" id="Test" name="FlashVars" value="" />
</object>

Button Code:
Test.Attributes("value") = "mp3=Audio/Prince/Aa Bhi Jaa Sanam.mp3&amp;autoplay=1"