I'm trying to serve FLV files via a .cfm page.

I've tried a few combinations but basically I've a .cfm page with this in:

<cfheader name="Content-Disposition" value="#myPath##myFLVfile#">
<cfcontent type="video/x-flv" file="#myPath##myFLVfile#">

If I access this page via a flv player it just hangs. If I connect to it 
directly it shows the file download page with open | save | cancel.

I'm using MX7 & IIS, on Windows 2003.

I've added FLV files to IIS and if I access one of these directly I get the 
same file download page as well, however, it does work via the flv player.

So my question is, is this a cf code error on my part or something I need to 
update in IIS?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279336
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to