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


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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

Reply via email to