In the second example, try using "media/okotoks_lq.mov" for the PARAM
src file. I think the EMBED qtsrc should be the OBJECT PARAM src.
You have different movies in the old code that works and the new code
that doesn't, so how can you be sure the problem is the code? I would
try the same movies with both kinds of code.
One little picky thing. Are you sure that PARAM tags can include new
lines within them? As in your line:
<PARAM name="CONTROLLER" VALUE="false"
>
It couldn't hurt to just close it up.
Champagne Design wrote:
>
> Hello gang,
> Seem to be having problems integrating the new HTML code requirements
>
> 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>
--
Caroling, http://www.wholeo.net/