On Monday, September 17, 2001, at 07:08 , Kemp Randy-W18971 wrote:
Case 3:
I remove QuickTimeWatermellon.html and linkimage_watermellon.mov in
directory c:/Inetpub/wwwroot/
and call http://localhost/QuickTImeMovies/QuickTimeWatermellon.html
and I
get message
"the data that the pluging requested, did not download successfully"
Question: Why does this work in cases 1 and 2 but fail in case 3? It
has
something to do with subdirectories and IIS.
Because the HTML file still references the media clips in their original
("Case 1") location?:
"
<EMBED SRC="linkimage_watermellon.mov" width="350"
height="364" href="rtsp://your_full_domain_name/watermellon.mov"
target="QuickTimePlayer">
"
Notice I changed the absolute reference of the "linkimage" to a relative
one - to avoid problems like that one...