Okay, to break this down: 1) You have a Flash movie that posts varaibles to a CF page
2) You would like to stop the movie once the variables have been posted One way you *might* be able to do this is with javascript. Depending on how the author built the movie, you may be able to issue a stop command to control playback. Tutorial on javascript to Flash communication here: http://www.moock.org/webdesign/flash/fscommand/. The one difficulty I see with this is detecting when Flash is submitting data. I have seen some complicated listener schemes built before, but they were definitely browser specific and required some knowledge of the internals of the Flash movie. M --- Richard Crawford <[EMAIL PROTECTED]> wrote: > I hope I'm explaining this right. > > We have a Flash movie built by someone else outside > of our department. > The movie takes in a number of values and then sends > them to a Cold > Fusion script to send the values to the instructor > via e-mail < cfmail > >. The Flash movie then continues. > > I would like to be able to display all of the values > that are sent by > the movie prior to the values being sent by cfmail. > I've tried putting > a simple cfdump in the same script with the cfmail > tag, but that did not > do the job. > > Any thoughts? Have I made myself clear at all? > > -- > Richard S. Crawford > Programmer III > UC Davis Extension Distance Education Group > (http://unexdlc.ucdavis.edu) > 2901 K Street, Suite 200C > Sacramento, CA 95816 > (916)327-7793 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187141 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

