Showing posts with label Add Window Media player to your asp.net web page. Show all posts
Showing posts with label Add Window Media player to your asp.net web page. Show all posts

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>

AngularJS Basics - Part 1

                                                                  AngularJS What is AngularJS ·          Framework by googl...