Microsoft KB Archive/170959

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Article ID: 170959

Article Last Modified on 10/7/2003



APPLIES TO

  • Microsoft FrontPage 97 Standard Edition
  • Microsoft FrontPage 1.0 for Macintosh



This article was previously published under Q170959


For a Microsoft FrontPage 98 version of this article, see 194270.


SYMPTOMS

When 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).

CAUSE

This 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">
                

RESOLUTION

Use either of the following methods to resolve this behavior.

Method 1: Start animation immediately after loading the page

Set a start attribute to start animation immediately after loading the page. To do this, follow these steps:

  1. In FrontPage Editor, select the image.
  2. On the Edit menu, click Image Properties.
  3. Click the Video tab.
  4. Under Start, click to select the On File Open check box. Make sure the On Mouse Over check box is not selected.


-or-

Click to clear both the On File Open and the On Mouse Over check boxes.

  1. Click OK.

Method 2: Start animation when the mouse passes over the image

  1. In FrontPage Editor, select the image.
  2. On the Edit menu, click Image Properties.
  3. Click the Video tab.
  4. Under Start, click to select the On Mouse Over check box. Make sure that the On File Open check box is not selected.
  5. Click OK.


STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.


Additional query words: front page

Keywords: kbbug kbnofix kbusage KB170959