Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Controlling QuickTime with JavaScript


Message #1 by "Tim Fletcher" <twfletcher@h...> on Mon, 24 Jun 2002 14:43:21
I am working on a web site with multiple Quick Time movies, each on their 
own layer, with autoplay set to false. There are links to pop up these 
layers... and only one should play and be visible at a time. I want to 
assure that when a different movie is selected that all other movies and 
layers are stoped and their layer is hidden before popping up the other 
layer.

movieName.Stop()

causes an error if the movie is not currently playing. Any words of wisdom 
on this subject would be greatly appreciated.

  Return to Index