Author: David Brown
Short Link:http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:41719#215049
I have the flash paper loading fine. I am using the <cformitem type="html"
bind="<img src='test.swf'>"> I am calling a remote service to create
the flash paper and save it as test.swf in the current folder of the flash form.
But the flash paper only loads at forms first load. I would like to click a
button and have it get the latest test.swf.
In a cfgrid the user will select row and then click a preview button that calls
the cfc that runs a query to get the data to create the flash paper. Then write
the new flash paper with updated data from the query. I then want the flash
paper in the form to refresh and load the same file name, but with the new data
in it.
Any ideas?
Thanks
David