multiple folders streams\_definst_

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

  1. #1

    Default multiple folders streams\_definst_

    Hi all,

    I'm just new on the FCS and I'm trying to stream some mp3 files.
    My problem is that I've about 1500 files and need to separate them into
    differents folders

    But how I could read these files in these folders ?

    with variables in the url ? (default.asp?fold=my_folder1) --> I tried this but
    it doesn't work !

    I don't know where to find info and simply to this.

    Thanks in advance...

    glidez Guest

  2. Similar Questions and Discussions

    1. Multiple out streams from one Live in stream
      Hi, Just wondering is there a viable way to get FMS to stream out different bitreates from one live stream? /A
    2. record multiple audio streams
      Hello I'd like to make a voice chat software that can record all audio streams in one flv file. Is it possible with FMS 2? Thank you for the...
    3. Synchronization of Multiple Audio Streams
      Hi, I'm trying to synchronize several Audio streams during playback and recording. Several questions I have and not sure if actually feasible or...
    4. Multiple streams playing at the same time?
      I'm busy buidling my first flash application wich includes FMS2. I've got a mic connected wich records a few audiochannels to FMS, no problem there....
    5. multiple streams from the same user
      My appliaction allows users to chat with n users. So it is possible to use the video control to stream multiple video/audio using one web camera? ...
  3. #2

    Default Re: multiple folders streams\_definst_

    you use flash's equiv of urlencoded files.

    say you include file.swf?var=foo

    then in flash var will have the value 'foo'

    you can use one var for the directory name or more, if you have a nested
    structure.

    dejayfx 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