Showing posts with label Add Window Media player to your asp.net web page(2nd way). Show all posts
Showing posts with label Add Window Media player to your asp.net web page(2nd way). Show all posts

Saturday, July 16, 2011

Add Window Media player to your asp.net web page(2nd way)

Just this code and change file name ..this code will work

<object id="VIDEO" width="320" height="240"
    style="position:absolute; left:0;top:0;"
    classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
    type="application/x-oleobject">
        <param name="URL" value="[Songs.PK] Aakrosh - 01 - Isak Se Meetha.mp3"/>
    <param name="SendPlayStateChangeEvents" value="False"/>
    <param name="AutoStart" value="True"/>
    <param name="uiMode" value="none"/>
    <param name="PlayCount" value="9999"/>
    <param name="Volume" value="9999"/>
</object>

AngularJS Basics - Part 1

                                                                  AngularJS What is AngularJS ·          Framework by googl...