Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to Enable Preview for Multimedia Files


View products that this article applies to.

Summary

When you view a folder as a Web page and click a multimedia file, a preview of the file may not be displayed on the left side of the right pane. This behavior occurs because the preview feature is set to disabled by default.

↑ Back to the top


More information

To enable the multimedia preview feature:
  1. In Windows Explorer, click the Windows folder, and then double-click the Web folder.
  2. On the View menu, click Customize This Folder, click Next, and then click Next.
  3. On the Search menu, click Find, type wantmedia, click Find Next, and then click Cancel.
  4. Change the false entry in the following line to true:
          var wantMedia      = false; // cool, but may hinder media file
          manipulation
    						
    After you make this change, the line should look like this:
          var wantMedia      = true; // cool, but may hinder media file
          manipulation
    					
  5. On the File menu, click Save.
  6. Quit Notepad, click Finish, and then quit Windows Explorer.

↑ Back to the top


References

For additional information about the Folder.htt file and customizing folders, please see the following articles in the Microsoft Knowledge Base:
181689 Purpose and Format of Folder.htt

182000 How to Customize a Folder with Internet Explorer

↑ Back to the top


Properties

↑ Back to the top


Article Info
Article ID : 191242
Revision : 5
Created on : 1/1/0001
Published on : 1/1/0001
Exists online : False
Views : 282