The information in this article applies to:
SYMPTOMS
The buttons in the ActiveMovie Mixing sample that is included with the
Internet Client SDK (\INetSDK\Samples\DHTML\MMAudio\AM.htm) never become
enabled.
CAUSE
The first problem is the result of script errors in the HTML page. This
sample incorrectly defines the ReadyStateChange event handler as taking no
parameters. In fact, ReadyStateChange takes one parameter, and therefore
the script handlers never catch the event.
RESOLUTIONChange the event handler definitions for ReadyStateChange in the <SCRIPT> block to the following: NOTE: The ? (question mark sign) is both 1 and 2.
Also, on the AM2 object tag declaration, change the FileName PARAM to read:
To support mixing on Windows NT, the Direct Animation control must be used
in lieu of the ActiveMovie control. The AudioMixing DirectXMedia sample
(\INetSDK\Samples\DXM\Samples\da\VBScript\Templates\AudioMixing.html) has a
good demonstration of mixing equivalent to AM.htm.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATION
The ActiveMovie mixing sample demonstrates sound mixing using the
ActiveMovie Control.
Additional query words: ActiveMovie am.htm
Keywords : kbIE400 kbIE401 AXSDKMisc |
Last Reviewed: December 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |