> 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.
I think you're right about this. With the full Flex engine, I'm pretty sure that things work this way, so I would expect the same from this. > 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. Actually, based on the information posted, we can already see the difference in paths. The Flex-generated SWFs are expected to be in the same directory as the file used to generate them, which in this case is the /includes directory. The original poster is using CFINCLUDE to include a file from that directory, and that file is the one generating the SWF. But the overall page is in a parent directory, and that directory is where the browser is looking for the SWF. I don't know enough about Flex to know if this is something that can be reconfigured. In the normal process of Flex usage, this isn't a problem because you're using the MXML file within the URL that the user is viewing. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206005 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

