cpugeek Posted July 18, 2007 Share Posted July 18, 2007 Is there a way to keep the flash the .cfm page makes? Link to comment Share on other sites More sharing options...
Skemcin Posted July 19, 2007 Share Posted July 19, 2007 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. Link to comment Share on other sites More sharing options...
cpugeek Posted July 19, 2007 Author Share Posted July 19, 2007 ok, thx. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.