Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Works in IE/Safari but not NS/FF

Status
Not open for further replies.

mtorbin

Technical User
Nov 5, 2002
369
US
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
 
OK, I've hammered it down to NS/FF can't handle the .qtl file. So, here's my question to the group. How do I set my .mov file IN QUICKTIME to be in kiosk mode (as in no right-clicking to save allowed)? This MUST be done in the .mov.

- MT

Matt Torbin
Web and Graphic Arts Engineer
PEI-Genesis

aim: dgtlby
direct email: mtorbin_at_earthlink.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top