JavaScript and Plugin

Communicating with the Embedded Object


<script>
function foo(){
 document.embeds[0].play(false);
}</script>
...

<A HREF="javascript:foo()">Play Sound</A>

Example