Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Block downloading .flv movies

Block downloading .flv movies

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netadobe
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zeeShan anSari
    wrote on last edited by
    #1

    hi, i have an asp.net page where is a flash media player (ASPNetFlashVideo) now i want user can only watch the video and can not downloading this video specially in Maxthon explorer .Thanks

    M C A 3 Replies Last reply
    0
    • Z zeeShan anSari

      hi, i have an asp.net page where is a flash media player (ASPNetFlashVideo) now i want user can only watch the video and can not downloading this video specially in Maxthon explorer .Thanks

      M Offline
      M Offline
      Manas Bhardwaj
      wrote on last edited by
      #2

      AFAIK, you have no chance to prevent this straight away.

      Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

      1 Reply Last reply
      0
      • Z zeeShan anSari

        hi, i have an asp.net page where is a flash media player (ASPNetFlashVideo) now i want user can only watch the video and can not downloading this video specially in Maxthon explorer .Thanks

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        I've done this. What I did was, write a http handler that handled downloading of movies, and I modified an flv player so that only that player could play them. That way, the URL to the files was hidden, and only the player could decode them. However, even then, if you want your movies to be playable at all, you probably can't stop someone who is really determined from finding them. All you can hope to do, is a test that will satisfy a manager that they are not exposed.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        1 Reply Last reply
        0
        • Z zeeShan anSari

          hi, i have an asp.net page where is a flash media player (ASPNetFlashVideo) now i want user can only watch the video and can not downloading this video specially in Maxthon explorer .Thanks

          A Offline
          A Offline
          Abhishek Sur
          wrote on last edited by
          #4

          Actually the flv player is downloaded totally to the client, and the video is buffered to it. There are few browser plugins that can capture the bufferred stream and write to a file. I think there is no way to stop this from the server side, and buffering is done in the client. What you can do to secure, is to design the player a better way.

          Abhishek Sur


          My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

          **Don't forget to click "Good Answer" if you like to.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups