An example ASP used to generate an ASX file.
<%Response.ContentType = "video/x-ms-asf"%><%Response.expires=0 %><ASX VERSION="3.0">
   <Title></Title>
   <Entry>
      <Ref href ="mms://streamer.microsoft.com/hindenburg.asf" />
      <Title><%= Time%></Title>
   </Entry>
</ASX>
© 1996-1998 Microsoft Corporation. All rights reserved.