Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default streaming

    Hallo,

    I want to download 65 jpg files to the user in my website. On the user
    site there must be a application that receives the jpg files. The
    apllication to convert JPG to AVI I already made. But I don't know how
    to get the files to the application on the user site. How can I start
    the application on the user site and read the 65 jpg files.

    Thanks
    offie Guest

  2. Similar Questions and Discussions

    1. Streaming Flv
      If i can recieve some help with this, it will be much appreciated. In other to stream a flv, is there any other possible way apart from flash media...
    2. MP3 streaming using AS3
      hi i want to stream mp3 file located at FMS. The problem is how to do this in AS3 as i m using flash cs3. i done bit but i m getting the error; ...
    3. Streaming FLV Help
      I'm trying to stream an flv from Flash Media Server into my Flex application. I've got a instance (video_app1) of an application (video_app)...
    4. Willing to pay for Streaming FLV help ...
      I have an account with Media Temple & am trying to accomlish a true "streaming" FLV with Flash 8 without success. Of course, progressive download is...
    5. Streaming MP3 - Please Help
      I'm having issues with an MP3 sampler I've created. What is the appropriate actionscript to get it to play the MP3 i've sourced, automatically,...
  3. #2

    Default Re: streaming

    offie <offie@vdcinfo.nl> wrote:
    > I want to download 65 jpg files to the user in my website. On the user
    > site there must be a application that receives the jpg files. The
    > apllication to convert JPG to AVI I already made. But I don't know how
    > to get the files to the application on the user site. How can I start
    > the application on the user site and read the 65 jpg files.
    This is IMHO a clientside problem, so one fact you forgot to mention:
    what is the client running?

    If it's not PHP you are in the wrong group, else you should look into
    fopen/fread/fwrite/file etc.

    --

    Daniel Tryba

    Daniel Tryba Guest

  4. #3

    Default Re: streaming

    On 13 Nov 2003 03:16:05 -0800, offie wrote:
    > Hallo,
    >
    > I want to download 65 jpg files to the user in my website. On the user
    > site there must be a application that receives the jpg files. The
    > apllication to convert JPG to AVI I already made. But I don't know how
    > to get the files to the application on the user site. How can I start
    > the application on the user site and read the 65 jpg files.
    >
    > Thanks
    Does it go like:

    USER's
    JPEGs ------> Your Site -------> JPEG-to-AVI

    or

    JPEGs on
    YOUR site -------> JPEG-to-AVI ------> User's Machine

    or something completely different?
    FLEB Guest

  5. #4

    Default streaming

    Hi can any help me pls, im trying to get a movie to stream from a web
    browser displaying the buffer percentage etc. Prefably like msn media in
    Explorer.

    Any helpwud be greatly appreciated

    Dave


    Dave B Guest

  6. #5

    Default streaming

    i was wondering...how can i upload files to my website so i can stream them later? also, can i load them to my server so others can stream them, its the same idea of iTunes.
    denismoreno Guest

  7. #6

    Default Re: streaming

    Make some m3u files and set up some sort of web page for people to click on the
    m3u , point to your mp3 or other media format files and you can then stream it,
    either to the users own media player, or an embedded one which you can style
    and add graphics to.

    Easier said than done, but a few late nights learning and you'll be able to do
    this.

    Watch out for the server overload if what you have turns out to be popular.
    You could use up bandwith allowences.

    Css Lover 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