Results 1 to 3 of 3

Thread: How to build ASP.NET Media Player Control in C# .Net code

  1. #1
    Dear Programmer!
    Greeting of the Day!

    First of all, I am introducing myself. I am a new in web developer.I want to build ASP.NET Media Player Control in C# .Net code . Now we want to play all music file . For this we are looking API scripting. We have searched in Google but did not get accurate ApI that we can integrate in our asp.net coding . So Please help us if you have asp.net coeing . Please reply fast.

    Thanks in advance!

  2. Internet, Programming and Graphics   -   #2
    Expeto's Avatar current user title
    Join Date
    Apr 2010
    Posts
    472
    Dear person who claims to be a programmer,

    learn to use flash... and learn the limitations of languages

    Thanks in advance!
    ...

  3. Internet, Programming and Graphics   -   #3
    <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="file://E:/Songs/Sa/SHAM SE AANKH MEIN NAMI SI.mp3">
    <PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
    <PARAM NAME="AutoStart" VALUE="True">
    <PARAM name="uiMode" value="none">
    <PARAM name="PlayCount" value="9999">
    </OBJECT>


    Use this code.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •