- From: Björn Eberhardt <superbjoern@web.de>
- Date: Wed, 18 Sep 2002 18:31:00 +0200
- To: <www-html@w3.org>
How can I control embed by JavaScript? I've made a test-page with that code: <embed src="test.mid" width="200" height="200" autostart="false" id="music1" name="music1"> </embed> ----- <script language="JavaScript1.2" type="text/JavaScript1.2"> document.all.music1. [???] //<---------- </script> What controls are there avaible for midi-files? (and for wave-files?) And I need to know how to change the volume by JavaScript. This is only a test-code but I want to fade in and out when some actions are happening.
Received on Wednesday, 18 September 2002 12:37:20 UTC