I am attempting to embed 2 Quicktime movies (each 30 seconds long) onto a web site. I want one of the first frames of each movie to appear when the page loads, but not to play.
The problem is that movie 1 displays a beginning frame properly, but movie 2 just shows a black background. The bit rates of each file are nearly the same (1165 and 1198 respectively.) I have played around with different values for the starttime using as much as 12 seconds which would put the start up half way through.
The controls for the movie show up and you can actually hit play and watch movie 2, it just won't show an image from the movie when the page loads like movie 1 does. Switching which movie loads first doesn't affect the fact that movie 2 shows black.
Here is the script
What am I missing?
Thanks.
The problem is that movie 1 displays a beginning frame properly, but movie 2 just shows a black background. The bit rates of each file are nearly the same (1165 and 1198 respectively.) I have played around with different values for the starttime using as much as 12 seconds which would put the start up half way through.
The controls for the movie show up and you can actually hit play and watch movie 2, it just won't show an image from the movie when the page loads like movie 1 does. Switching which movie loads first doesn't affect the fact that movie 2 shows black.
Here is the script
<div><p> </p><p class="vidtitle">"Movie 1"</p>
<embed src="media/movie01.mov" autostart="false" LOOP="false" name="movie01" showlogo="false" starttime="00:00:02.2" width="480" height="380" type="video/quicktime"><embed>
</div>
<div><p> </p><p class="vidtitle">"Movie 2" </p>
<embed src="media/movie01.mov" autostart="false" LOOP="false" name="movie02" showlogo="false" starttime="00:00:03.2" width="480" height="380" type="video/quicktime"><embed>
</div>
<embed src="media/movie01.mov" autostart="false" LOOP="false" name="movie01" showlogo="false" starttime="00:00:02.2" width="480" height="380" type="video/quicktime"><embed>
</div>
<div><p> </p><p class="vidtitle">"Movie 2" </p>
<embed src="media/movie01.mov" autostart="false" LOOP="false" name="movie02" showlogo="false" starttime="00:00:03.2" width="480" height="380" type="video/quicktime"><embed>
</div>
What am I missing?
Thanks.