I don't believe that ColdFusion actually writes any of those files to
the filesystem.  Rather, I think the embedded Flex engine that
generates these SWFs are routed through a Servlet that grabs the
request based on the file type requested and "streams" the SWF
directly to the browser.

Can you post the full HTTP headers from each response to the
ColdFusion template you're calling?  What I want to see is what URLs
the browser is requesting based on the URL that you're actually
invoking from the browser itself.


-Cliff



On 5/7/05, Alexander Appleton IV <[EMAIL PROTECTED]> wrote:
> so far.. that hasn't worked.. the http requests are dif.. one returns
> a 410 (the bad one..)
> 
> BAD:
> 
> http://localhost/projects/horatio/1034593532.mxml.cfswf
> GET /projects/horatio/1034593532.mxml.cfswf HTTP/1.0
> HTTP/1.x 410 Unknown
> Server: Microsoft-IIS/5.1
> 
> GOOD:
> 
> http://localhost/projects/horatio/includes/941399296.mxml.cfswf
> GET /projects/horatio/includes/941399296.mxml.cfswf HTTP/1.0
> HTTP/1.x 200 OK
> Server: Microsoft-IIS/5.1
> 
> I do have the debugging for flash on.. but do not really see anything
> relating to it in the debugging output...
> On 5/7/05, C. Hatton Humphrey <[EMAIL PROTECTED]> wrote:
> > > that sounds like it might work. I shall give it a go. I'll let you know, 
> > > thanks
> >
> > If that does not work then you might want to enable Flash Form
> > debugging to see if there is an error being generated.
> >
> > It's in the debugging settings of the Administrator.
> >
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205995
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to