Saving video to local machine using FMS

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

  1. #1

    Default Saving video to local machine using FMS

    Is there a way to save a video file to the local users machine using FMS? How about take several video clips and appending them into one clip using FMS?

    Thanks
    Duke_of_URL Guest

  2. Similar Questions and Discussions

    1. filecopy from remote machine to local machine
      Hi, I am tryin to copy a tar file from remote machine to local machine using Net:Telnet. I am using the following logic : my(@Out) =...
    2. login that accesses remopte db wont work on that machine but works while on my local machine????!! HELP!
      I knocked up a simple login for a CMS for one of my sites.... now itr will work fine and authemticate with data on the online server by the IP...
    3. SSL on local machine...
      Hi folks, Is there any way to setup SSL certificates on a locally (workstation) installed IIS server? Thanks in advance...P
    4. ASP Error on local IIS / Win 2K machine...
      I am having a little trouble with this... When trying to log in to my website via ASP, the local IIS host returns a page can not be displayed...
    5. Can't use 'local' to find sql server instances on local machine
      My computer (connected to a domain) is having trouble connecting to the local MSDE when using 'local' or '(local)' as server name. The only way I...
  3. #2

    Default Re: Saving video to local machine using FMS

    FMS can't save to the user's local drive... it can only save on the server.
    What you can do is use php or another application server, or the FMS file
    class, to move the flv to a public directory and give the user a download link
    after .flv file after it has been recorded.

    For splicing video, you can use a server side stream and a playlist to record
    the clips to a new .flv file, but it's a slow process (1:1... so if you have 5
    minutes of video in your clips, it will take 5 minutes to create the new FLV).



    JayCharles 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