Here is my problem:
1. I run the Darwin Streaming Video server on Windows 2000
2. I create a simple HTML
<HTML>
<BODY>
This is a sample use of the EMBED tag for Quicktime Sample Movie.<BR>
<EMBED SRC="http://localhost/linkimage.mov" width="350"
height="364" href="rtsp://localhost/blinddate1.mov"
target="QuickTimePlayer">
</BODY>
</HTML>
3. I create a simple file -- linkimage.mov
rtsptext rtsp://IL93-1093/blinddate1.mov
4. The html pages comes up with the QuickTime symbol, which I click on.
But before playing the movie blinddate1, it plays the sample movie.
5. If I don't click on anything, after invoking the html page, it plays the
sample movie only.
What could be causing the sample movie to play on both IE 6.0 and Netscape
6.1?