Download the file being played from player directly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deegeorge
    New Member
    • Nov 2008
    • 58

    Download the file being played from player directly

    Hi,

    I am embedding a player in my windows application. When clicking on a button 'Download' will it be able to download the file that is playing in the player.
    If possible how i will do that?


    Please help, its very urgent.
    I need quick reply....



    Regards,
    Deeps
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    (assuming that this is a web application) I would think that if you know the source file for the player, you would be able to Response.WriteF ile the source file.

    Comment

    • Samishii23
      New Member
      • Sep 2009
      • 246

      #3
      Theory
      Well. No matter what media player you have on the web out there, they usually always have a playlist that points to the file that is wanted for playing. You just need to find the parameter where it points to the file / playlist. Parse the list, and write a method to copy the file from online to a local directory.

      /end 2cents

      Comment

      Working...