Yes, MX. No remoting. The problem I'm trying to solve is how to get the data to the Flash movie. I'm sure I'm overlooking something very stupid, but I just can't see it. I'll describe in more detail.
Page1.cfm : a student has just passed a test. We know the student's name, score, test ID, etc. here. Student clicks a button to go to: Page2.cfm : uses javascript to check for flash player versions, etc. and loads : Page3.swf : a very simple flash movie, just one frame, a background image, some static text, and some dynamic text fields. Action on the frame says loadVariables(Page4.cfm) : Page4.cfm : This page outputs the values that the movie needs to fill in the certificate. How is it supposed to know the values? The data is in the database, but since the movie didn't know the student ID or the test ID or anything, neither does this page. My solution was to write all the values to session variables in Page1, and output them here. So what am I missing? Thanks! >Carol, > >Is this flash MX? Are you using flash remoting? If so there are a number >of options available to you. I hate to ask, but can you describe what >problem you are trying to solve with the session variables? > >-Mark > > >-----Original Message----- >From: Carol Chandler [mailto:[EMAIL PROTECTED] >Sent: Thursday, July 10, 2003 3:16 PM >To: CF-Talk >Subject: Intermittent Flash/CF problem > > >Maybe I should back up and ask my question another way. I don't really >understand Flash/CF integration very well. The original scenario just used >form variables and output the info on top of an image. The project manager >decided that was too easy to spoof. So, I decided to try it with Flash. At >point A, we have all of the information that needs to go on the certificate. >It calls a CF page that loads the Flash movie. Flash knows how to use >loadVariables to call a new CF page, which can get the data out of the >database again... but we'er at point B now, and how does it know which >record? My solution was to write session variables at point A and read them >at point B. There seems to be something flaky about it now, but I can't >duplicate the problem. There HAS to be a better way to integrate these two >products. What is the secret that I am missing? > >Very frustrated, and appreciative of any help. > >Carol Chandler > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

