Results 1 to 5 of 5

Thread: Protecting Swf file from downloading..

  1. #1
    Join Date
    Oct 2009
    Posts
    37
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default Protecting Swf file from downloading..

    Hi..
    how can i protect my swf files from downloading. i don't no it is possible or not. any one can help me??

    thank you

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    For everyone who views your website, and a swf contained within, the swf will be downloaded into their temporary internet files on their computer. You cant really protect them without removing them from the server altogether.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. The Following User Says Thank You to Beverleyh For This Useful Post:

    shas1280 (08-10-2010)

  4. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    You can't stop them from downloading the .swf, but it is very difficult to reverse engineer the .swf and get anything from it. It is possible (using a swf decompiler), but this is more than most users will do to access your content.
    The other option is to have the .swf NOT contain your information and instead load it dynamically such as streaming a video or loading external image files. This adds another layer to the complexity.

    However, as with absolutely anything people see on the internet, the very fact that they see it means that it IS on their computer. There is never a complete way to block someone from saving it after they already have it on their computer. Flash, though, is a particularly hard way to deal with, but still not completely secure.

    As for saving the .swf file itself, there's absolutely no way to block it... but saving the content from within a .swf can be a little more tricky....
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. The Following User Says Thank You to djr33 For This Useful Post:

    shas1280 (08-10-2010)

  6. #4
    Join Date
    Oct 2009
    Posts
    37
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    Thank you ..

    Yesterday i found a tutorial for protecting flash files with php and i try myself.
    and its not work with me and i am still keep trying
    here is the link http://ryanfait.com/resources/protec...from-download/

    thank you
    Last edited by shas1280; 08-10-2010 at 07:21 AM.

  7. #5
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    I don't think you understood what we said: it is not possible.
    You may find a way to make it more difficult to download the swf, but if they can view it, then it is already on their computer. And it's never that hard to find the source and resave it anyway.

    Do what you'd like, but most of the time you will make the content harder to access for your "nice" visitors and not do much to stop the "bad" visitors....
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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
  •