[help] progressive download - fast start

Discussion in 'Graphics & Multimedia' started by astrocalder, Jun 29, 2006.

  1. #1
    i'm trying to embed a video in my page that starts playing before it's fully downloaded. i've been doing research and it seems progressive download is the way to go. only i can't seem to get it to work.
    i've been using this code -

    <embed src="http://streetdogsmovie.com/sdsc_1.mov"
    qtsrc="http://streetdogsmovie.com/sdsc_1.mov"
    width="360" height="256" autoplay="true" loop="false" controller="true"
    pluginspage="http://www.apple.com/quicktime/"></embed>

    but it still downloads the whole thing before it plays. i know there are options to doing it this way (flash, etc) but i'd really like to know how to do it this way. i've also read about qtss (quicktime streaming server) but if your computer isn't acting as a server (on 24/7) it won't work, right?

    this is day 3 with no progress...any help would be very much appreciated.
     
    astrocalder, Jun 29, 2006 IP
  2. danimal

    danimal Active Member

    Messages:
    1,024
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    80
    #2
    in the past, you had to also make the qt file itself "fast start"... i don't recall the details.
     
    danimal, Jun 30, 2006 IP
  3. sketch

    sketch Well-Known Member

    Messages:
    898
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    148
    #3
    Are you creating the movie clip or just posting it? In order for the clip to be progressive, it has to be created that way, it's not something you make it do in HTML.
     
    sketch, Jul 7, 2006 IP