Streaming only a portion of a flv

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

  1. #1

    Default Streaming only a portion of a flv

    I am trying to set up a flv player which will play only a portion of a flv file
    from a streaming server. The file is a lengthy file, and I want two things: 1)
    to have a player which can play and seek through the whole thing (this is
    working) and 2) to have a player in which I can load a specific segment of the
    entire file. Then the seek bar would be limited so that the viewer cannot seek
    outside of the specified range.
    Does anyone have advice on how to approach this?
    Thank you!

    mcintjt Guest

  2. Similar Questions and Discussions

    1. A portion of a texture/plane transparent...?
      I?m wondering if there?s a way to define an area of a texture or plane as transparent? Yes I know that using an image with an alpha channel can do...
    2. Roll on dynamic text portion
      Hi, I would like to generate a rollover effect on a dynamic text (some word on the text). The text would come from XML data, parsed by flash. ...
    3. Update portion of a string column
      Hi, I have a column that has a string field, and I only wanna update the 3rd character in the string. e.g. change 'StRing' to 'String'. Is this...
    4. Playing a portion of a movie
      Hi I'm wanting to play a movie as a linked movie in a portion of the main movie screen but only show a potion of the linked movie screen. I'm right...
    5. Portion of page showing a different url
      Yes it sounds like frames would likely be the best approach for this kind of design. Here's more info:...
  3. #2

    Default Re: Streaming only a portion of a flv

    In the play method you can set at what time you want the FLV to start and how
    long you want it to play. Other than that, you're going to have to make your
    scrubber understand how many seconds it needs to account for, then when clicked
    or scrubbed along it should seek in the FLV to the offset amount of time plus
    the time they seeked to on the scrubber bar.

    Graeme Bull 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