FP: Controlling Animation of .AVI File in BrowserLast reviewed: March 18, 1998Article ID: Q170959 |
The information in this article applies to:
SYMPTOMSWhen you open a Web page that contains a Video for Windows (.avi) file in a Web browser, the animation starts immediately after the page is loaded, even though you cleared the Start options on the Video tab in the Image Properties dialog box (Edit menu).
CAUSEThis behavior occurs when either of the following lines of code are included in the HyperText Markup Language (HTML) document:
<img dynsrc="filename.avi" start=""> -or- <img dynsrc="filename.avi" start="FILEOPEN"> RESOLUTIONUse either of the following methods to resolve this behavior:
Method 1. Start animation immediately after loading the pageSet a start attribute to start animation immediately after loading the page, using these steps:
Method 2. Start animation when the mouse passes over the image
STATUSMicrosoft has confirmed this to be a problem in Microsoft Internet Explorer version 3.0.
|
Additional query words: front page
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |