Saturday, July 16, 2011

Add Window Media player to your asp.net web page

Go To source File and do paste this code....... 


<div>
     <embed type="application/x-mplayer2" width="300" height="300" src="song.mp3" showstatusbar="1">
        <param name="AutoStart" value="1" />
     </embed>
</div>

No comments:

Post a Comment

Your comment is pending for approval

AngularJS Basics - Part 1

                                                                  AngularJS What is AngularJS ·          Framework by googl...