Subj : manipulate embed tag with javascript.
To : netscape.public.mozilla.jseng
From : Daniel Yount
Date : Tue Sep 27 2005 04:01 pm
How does javascript allow for modifications of a
plugin specifically.
If I wanted to play and stop or pause a wav file, I
would think I would do:
document.getElementById('sound1').Play();
or
document.getElementById('sound1').Stop();
but does not work.
However this does work.
document.getElementById('soundbox').innerHTML'