[thelist] Can CF create asx files?

Chuck Hergenroeder chergenroeder at redsiren.com
Mon Aug 13 13:09:31 CDT 2001


<cfsetting EnableCFOutputOnly="yes">
<cfcontent type="video/x-ms-asf"><cfoutput><ASX VERSION="3.0">
    <TITLE>ASX Title</TITLE>
        <COPYRIGHT>(C) #DateFormat(Now(), "yyyy")# Your Site
Here</COPYRIGHT>
        <ABSTRACT>Description</ABSTRACT>
    <ENTRY><REF HREF ="#VideoURL#"/></ENTRY>
</ASX></cfoutput><cfabort>

Note:  There can't be any spaces, new lines, etc. between the start
of the <Cfcontent...> tag and the end of the <ASX ....> tag.  Any
space sent out to the client there will cause the client to not
recognize the file as an ASX.

Hope that helps.

-----Original Message-----
From: Nick Koleszar [mailto:npk at btinternet.com] 
Sent: Monday, August 13, 2001 1:42 PM
To: evolt
Subject: [thelist] Can CF create asx files?

Does anyone know how to create .asx files with CF. I have tried CFheader to
output the content-type but it still doesn't work.

nk


---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt ! 




More information about the thelist mailing list