| Notes: | This file type is used for WMV Media redirection. Use a text editor to create an .WVX file that contains a single line: the full URL to the .WMV file (e.g., MYVIDEO.WVX contains http://mysite.com/myvideo.wmv as its only entry). Use ASCII mode to upload the .WVX file and binary mode to upload the .WMV file. Be certain the server has video/x-ms-wmv as the MIME type for the .WMV file extension and video/x-ms-wvx for the .WVX file extension. You can then link to the .WVX file with the following HTML code: <a href="myvideo.wvx" type="video/x-ms-wvx">Play My Video</a> |