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'' but the later method also reloads the plugin which takes too much time I was wanting to know how javascript interacts with plugins and how could I go about adding a .Play() .Stop() .Pause() property to the plugin element? Would I have to add code to the mozplugger javascript engine or both for this to take place? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com .