Hey all,
I've got a problem that I'm trying to solve and I'm hoping you can help. Here's the deal. The following code works in IE/Safari but not NS/FF. Can anyone tell me why?
<object width="320" height="240">
<param name="controller" value="false">
<param name="kioskmode" value="true">
<param name="loop" value="true">
<param name="pluginspage" value=" <param name="type" value="video/quicktime">
<embed src="movs/[MOVIE01].mov" width="320" height="240" loop="true" controller="false" kioskmode="true" pluginspage=" type="video/quicktime" href="movs/[MOVIE02].qtl" target="myself"></embed>
</object>
What I'm attempting to do is when you click on [MOVIE01].mov (not the real name) you are taken to [MOVIE02].qtl which is a QuickTime Media Link. That file loads yet a third movie which is the real deal.
Any help would be greatly appreciated.
- MT
Matt Torbin
Web and Graphic Arts Engineer
PEI-Genesis
aim: dgtlby
direct email: mtorbin_at_earthlink.net
I've got a problem that I'm trying to solve and I'm hoping you can help. Here's the deal. The following code works in IE/Safari but not NS/FF. Can anyone tell me why?
<object width="320" height="240">
<param name="controller" value="false">
<param name="kioskmode" value="true">
<param name="loop" value="true">
<param name="pluginspage" value=" <param name="type" value="video/quicktime">
<embed src="movs/[MOVIE01].mov" width="320" height="240" loop="true" controller="false" kioskmode="true" pluginspage=" type="video/quicktime" href="movs/[MOVIE02].qtl" target="myself"></embed>
</object>
What I'm attempting to do is when you click on [MOVIE01].mov (not the real name) you are taken to [MOVIE02].qtl which is a QuickTime Media Link. That file loads yet a third movie which is the real deal.
Any help would be greatly appreciated.
- MT
Matt Torbin
Web and Graphic Arts Engineer
PEI-Genesis
aim: dgtlby
direct email: mtorbin_at_earthlink.net