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
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more
resources for the community. http://www.fusionauthority.com/ads.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