Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Darwin Server with IIS 5.0 on Windows 2000



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="http://IL93-1093/linkimage_watermellon.mov"; width="350"
     height="364" href="rtsp://IL93-1093/watermellon.mov";
     target="QuickTimePlayer">
"

Shouldn't this be changed to:

"
<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...


j o a r




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.