> Anyone know where the SWF's from a flash form are stored on > the server? Are they named similar to the template that > generated them?
By default, they're not stored on the filesystem at all. If you view source in a CFFORM Flash page with a URL like /somedir/somefile.cfm, you'll see something like this: src='/somedir/2013114037.mxml.cfswf' But if you look in that directory, no such file exists. If you want the file to be cached on the filesystem, you'll have to enable that option: http://www.adobe.com/go/ebd0cbe3 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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258502 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

