HI i have this flash player that play music i want to play certain music based on user selection from grid-view cell or from session
<html>
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<object type="application/x-shockwave-flash" data="dewplayer-vol.swf?mp3=mp3/test1.mp3&autostart=1"
width="240" height="20" id="dewplayer">
<param name="wmode" value="transparent" />
<param name="movie" value="dewplayer-vol.swf?mp3=mp3/test1.mp3" />
</object>
</form>
</body>
</html>
Go to the complete details ...