Jeff, don't forget to use the -showdebugoutput="NO"- option as well (debug info makes flash unhappy too... flash is hard to please <g>).
-----Original Message----- From: jeff tapper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:32 AM To: CF-Talk Subject: Re: Flash MX and CF5 did u wrap the cfml page with a <cfsetting enablecfoutputonly="yes"> whitespace makes flash unhappy At 09:27 AM 3/19/2002 -0800, you wrote: >I have Flash MX I am just confused!!!! > > >"Success is a journey, not a destination!!" > > > >Doug Brown >----- Original Message ----- >From: "Bryan Stevenson" <[EMAIL PROTECTED]> >To: "CF-Talk" <[EMAIL PROTECTED]> >Sent: Tuesday, March 19, 2002 9:26 AM >Subject: Re: Flash MX and CF5 > > > > Doug, > > > > Flash MX will make that process WAY easier ;-) > > > > Bryan Stevenson > > VP & Director of E-Commerce Development > > Electric Edge Systems Group Inc. > > p. 250.920.8830 > > e. [EMAIL PROTECTED] > > --------------------------------------------------------- > > Macromedia Associate Partner > > www.macromedia.com > > --------------------------------------------------------- > > Vancouver Island ColdFusion Users Group > > Founder & Director > > www.cfug-vancouverisland.com > > > > ----- Original Message ----- > > From: "Douglas Brown" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Tuesday, March 19, 2002 9:20 AM > > 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

