Well that would not be very dynamic!!! And I have about 60 tables I would need to convert to text files. yuck..Our goal is to create the first shopping cart for computer configuration done soley in flash
"Success is a journey, not a destination!!" Doug Brown ----- Original Message ----- From: "Justin Hansen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 9:36 AM Subject: RE: Flash MX and CF5 > Does that work? You could put the list in a text file any time you > add/update a 'mfg', update the text file. > > I'm also jumping in to this journey (in my "spare" time). > > OT: Geez, this is really going to cut into my new obsession, Motor City > Online. Any other CFers playing MCO? > > Justin Hansen > -------------------------- > Uhlig Communications > Web Developer / Programmer > -------------------------- > [EMAIL PROTECTED] > 913-498-0123 ext 284 > -------------------------- > > -----Original Message----- > From: Douglas Brown [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 19, 2002 11:20 AM > To: CF-Talk > Subject: Flash MX and CF5 > > > We prob need a CF-flashTalk list, but in the meantime I am just now > beginning my journey into dynamic content in flash, and was wondering if > someone had an idea of how to populate a combo box from a query... > > > I have this so far, please help. > > Query > > <CFQUERY DATASOURCE="carnivore" NAME="mfg_list"> > SELECT * > FROM mfg > </CFQUERY> > <CFSET myList = ValueList(mfg_list.mfgid,",")> > <CFOUTPUT>&mfg=#myList#</CFOUTPUT> > > > Flash > > > Button action > on (release) { > loadVariablesNum("http://www.carnivorepc.com/console/qry/qry_mfg_list.cfm", > 0, "GET"); > mfgList.addItem(mfg); > } > > > > > > "Success is a journey, not a destination!!" > > > > Doug Brown > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

