Here's what I did. 1. Created new extension in cf of .cfflv
2. Added this mime type to IIS with these settings .cfflv - *flv-application/octet-stream Now IIS recognises this as a flash video file and cf also process these pages 3. Next I created my download file: <!--- Some client authorisation code goes here ---> <cfcontent reset="yes"><cfheader name="Content-Disposition" value="#myflvdownload#"> <cfcontent type="video/x-flv" file="#myflvdownload#"> 4. Now just call the download.cfflv file via my another page which contains all my flvplayer.swf code (this is my flash player) 5. Watch your flv videos :) Hope that helps Richard ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280966 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

