How to retrieve a Music Flie and play it in yahoo Player or Any Other Player.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yomnat28
    New Member
    • May 2012
    • 1

    How to retrieve a Music Flie and play it in yahoo Player or Any Other Player.

    Please help me how can i play a music file which is stored in sql server...

    yahoo player code is as follows :

    Code:
    <script type="text/javascript"> var YWPParams = { termDetection: "on" }; </script>
    <script type="text/javascript" src="http://webplayer.yahooapis.com/player.js"></script>
    div :

    Code:
    <a href="http://mediaplayer.yahoo.com/example3.mp3">Yodel (mp3 link)</a>
    <a href="http://movies.yahoo.com/movie/1810096458/info">Tron (Yahoo! Movie link)</a>
    <a href="http://www.youtube.com/watch?v=i56XeM0-b8Y">Zoetrope (YouTube link)</a>
    Last edited by Frinavale; May 23 '12, 07:16 PM. Reason: Fixed code tag
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    What exactly are you having problems with:
    • using a database
    • retrieving the MP3 from a database
    • retrieving an MP3 from somewhere based on a path stored in the database
    • or playing the MP3 in the browser


    -Frinny

    Comment

    • raghurocks
      New Member
      • May 2012
      • 46

      #3
      if you use System.Diagnost ics.Process.Sta rt(FilePath) then that file will be opend automatically.. ....i think this will solve ur problem..

      Comment

      Working...