hide url of flv video

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default hide url of flv video

    hi

    we have a swf-player that downloads and plays flv-videos. the flv movies seem
    to pass trough the operating system. on safari you can easily see the address
    of each file under window>activity. this is not so good for security reasons.
    everybody can just copy this url and download the flv. is it possible to hide
    that url without having adobe flash server? i imagine something like
    downloading the flv directly into the flash sandboy without having to rely on
    the operating system.

    thanks for every hint.

    t.

    Thomas J?rg Guest

  2. Similar Questions and Discussions

    1. Finding video-file URLs in decompiled Flash video
      Hi, My department in a research library archives Web sites. This involves downloading all the files that are necessary to reconstruct a Web site:...
    2. popup menus won't hide - PVII show/hide layers behaviour
      I've used the 'Auto show/hide by PVII" behaviour to create some popup menus for the navigation which make use of divs which appear and disappear....
    3. video capture card for Flash live video stream
      Hi! I just brought a new video capture card - Osprey-210, When I try to stream the live video, I can see the card in flash player's setting box,...
    4. How to hide Video stream URL ?
      I need to hide my video streaming source URL such as mms:\\123.11.123.24\test.wmv I know how to hide image source using another ASP at the <img...
    5. Do iChatAV connect One Buddy video or Multi- Buddies video?
      Did anyone know if iChatAV connect One Buddy only in Public Beta Version? Will Apple develop Multi-Buddies in released version one? Anyone want a...
  3. #2

    Default Re: hide url of flv video

    errm yeah, but this is gonna be a lot of work, when ever you click on the link,
    it sends a generated code to server which pulls the video from database and
    upload to a cache folder at random, so there can be a lot of cache folders,
    then, sql fetch the code to the player, and after a period of time the cache
    folder is deleted. that way they wont be able to download it.

    i dont own a swf-player or anything like this but yeah this was needed for
    streaming mp3s so viewers can't download them. after they heard it. because the
    mp3 file that linked to the server, was like [url]www.asdf.com/mp3/a.mp3[/url] but it
    doesnt exist, server actually fetched the player [url]www.asdf.com/cache1/1233214.mp3[/url]

    ihong7 Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139