
Summary: How to stream .asf Windows media files.
You can stream .asf Windows Media files by adding a hyperlink on your Web page to an .asx or .wax metafile that contains a URL to your Windows Media file. When a browser downloads a file with one of these extensions from a Web site, it opens Windows Media Player. Windows Media Player then locates and plays the content specified in the file.
To stream Windows Media files, perform the following steps:
Upload your .asf Windows Media file to your site via FTP, using Binary mode. If you are not familiar with uploading files to your site via FTP, go to How do I publish my Web page using WS_FTP? (Windows).
Create an .asx metafile.
To learn how to create this file, go to How do I create an .asx metafile? (Windows)
Upload your .asx metafile to your site via WS_FTP using ASCII mode.
Insert the following HTML hyperlink code between the <BODY></BODY> tags of the HTML source for your Web page:
<ahref="http://forexample-domain.com/metafile.asx">Click here to listen to a Windows Media file!</a>
Replace 'forexample-domain.com' with your domain name, and replace '/metafile.asx' with the path and name of your metafile.