Hello gang,
Seem to be having problems integrating the new HTML code requirements
for Internet Explorer's particularities. I have read the instructions on
Apple's site re; the new code, as well as a few tips from this list
(Steve Gulie's indications). All works well on the Mac, where I am
developing the pages, on both Netscape 4.6 and Explorer 4.5, with
QuickTime 4. When I check my files, live, from my Internet connection,
on Windows NT, with Netscape 4.73 or Explorer 5, and QuickTime 5, only
my old source code works; not the new code. On the new page, all I see
is a white box. It should work regardless of my version of QuickTime, or
browser; we have to take into account all users.
Can anyone spot the problem?
I have copied both examples below and given you the URLs to see what I
mean.
Any help would be greatly appreciated,
Thanks
Francine
Reply directly to: email@hidden
code from my old site works:
source code taken from this page:
http://www.champagne-design.com/qtvr/drumheller.html
<embed
src="media/horseshoe1.mov"
width="300"
height="196"
pluginspace="http://www.apple.com/quicktime/"
controller=true
alt="Horseshoe Canyon QTVR"
>
</embed>
new code that takes into account IE5's restrictions does not seem to
work:
source code taken from my page at:
http://www.champagne-design.com/qtvr/okotoks.html
<OBJECT
CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
WIDTH="160"
HEIGHT="144"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="sample.mov">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="false"
>
<embed
src="getqt.qtif"
type="image/x-quicktime"
qtsrc="media/okotoks_lq.mov"
width="320"
height="181"
pluginspace="http://www.apple.com/quicktime/download"
controller="true"
alt="Okotoks Erratic QTVR"
hspace="20"
kioskmode="true"
>
</embed>
</OBJECT>