Click to See Complete Forum and Search --> : *.control has no properties.


metho
February 27th, 2006, 02:03 PM
Basically we've been having this problem in which our custom buttons are not working with the embedded windows media player in both firefox and IE. We've tried both codes shown below and still get no result. Can anyone tell me what we have been doing wrong? If more code is needed to post, then I will surely do so. Thanks.


document.getElementById("showLogo").controls.play();
// document.showLogo.controls.pause();

wildfrog
February 27th, 2006, 03:02 PM
This seems to be a JavaScript question and should be asked in the Scripting - Client Side (http://www.codeguru.com/forum/forumdisplay.php?f=8) forum.

- petter