I am trying to get a Flash movie to stop, rewind, and play using javascript. in my <embed> tag, I tried putting both name="movie" and id="movie".<br><br>Then I made some simple links w/onClicks as follows:<br><br><a href="#" onClick="document.embeds[movie].stop()">STOP</a><br><br><br><a href="#" onClick="document.embeds[movie].rewind()">REWIND</a><br><br><br><a href="#" onClick="document.embeds[movie].play()">PLAY</a><br><br>and it does not seem to be working. Am I going about this in the wrong way, or is it not possible? Any help could be appreciated. Thanks.<br>