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