Take a look at some examples on DesDev on the topic of Flash Remoting. Basically you could do what I suggested...and then in your function (that gets executed whenever the value of the calendar changes) you can use flash remoting to send the value to CFMX.
You'll see an option for the calendar called ChangeHandler....just specify the name of the function you want to be executed within ur swf... After going thru a few of the tutorials you'll see its actually very straight forward. Cheers, Stace -----Original Message----- From: Russ [mailto:russ@;unrealisticexpectations.com] Sent: Wednesday, November 06, 2002 10:45 AM To: CF-Talk Subject: RE: Communicating FROM Flash Calendar Component Hi Stacy, Here's the issue with this--the Calendar would be a .swf in a modal window, and the application itself is in CFMX. That said, I'd have a button/icon that would pop-up the modal box, allow a person to choose a date and then "submit" that value back down to the CFMX form. So, I sort of understand where you're coming from, but I'm still not too clear on how to go about passing any value out of the calendar back to the CFMX. I've not had to do that before. Any advices? Thanks, Russ > -----Original Message----- > From: Stacy Young [mailto:Stacy.Young@;sfcommerce.com] > Sent: Wednesday, November 06, 2002 7:17 AM > To: CF-Talk > Subject: RE: Communicating FROM Flash Calendar Component > > > Hey Russ, > > What I do normally is have a button with and changeHandler > function that reveals the calendar (unhides it and moves it > into position on the screen)....Then assign another > changeHandler for the calendar component. That function is > called automatically when the date is selected on the > component...you can then use a method from the calendar to > grab the selected date and populate a variable with that date > for use later on. > > HTH! > > Stace > > -----Original Message----- > From: Russ [mailto:russ@;unrealisticexpectations.com] > Sent: Wednesday, November 06, 2002 2:07 AM > To: CF-Talk > Subject: Communicating FROM Flash Calendar Component > > This is my first effort at communicating between Flash and > ColdFusion. (Sorry, Ben, I'm not that far in your book just > yet, but it is a great, easy read and I applaud you and the > team on it!) > > I'll be using the Flash Calendar Component--quite simply so > that I can select a "Start Date" for an employee, and when > the date is selected, I'll "submit" and the information > (date) will be passed to a ColdFusion MX page that spawned > the calendar window. > > That value will, ideally, be populated into the form field on > the page without requiring an update of the CFMX page (I'll > figure that out). > > I'm pretty virginal with the communication of Flash > to-and-from CFMX, so I'm hoping I can get a little shove in > the right direction. I'm not virginal to Flash, and I'm > still shaking some of the water out from behind my ears upon > occasion with CFMX, but I think I can manage with a little direction. > > Thanks in advance, and I appreciate any assistance. > > Kind regards, > > Russ Unger > Managing Partner > blueChrome design, LLC > www.bluechromedesign.com > 312.593.4260 :office > 877.433.8427 :pager > 312.873.4033 :fax > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

