cpugeek
Jul 18 2007, 09:01 PM
Is there a way to keep the flash the .cfm page makes?
Skemcin
Jul 19 2007, 03:43 AM
It depends on what you are speaking of. ColdFusion can make a flash file using the <cfdocument> tag and by using the <cfform> tag. You can save the former, but the latter cannot be saved since a flash form dynamic in nature it reads certain aspects of he controls from the server (which are never sent to the client as part of the flash file). IF anything you'll get an empty flash file since the connection it had when it was originally created has expired.