flash data integration:
Look at each component or start a thread on each for specific assistance on
how to populate
For example a combobox uses additem as one method to add items.
slides_cb.addItem( { label:yourVarContainingTheLabel,
data:yourVarContainingTheData } )
Ordinarily you can use the onLoad handler for LoadVars or XML to perform
this.
Additionally you can use the XML data components and learn about binding
components.
--
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "wish7" <webforumsuser@macromedia.com> wrote in message
news:dpjbbp$283$1@forums.macromedia.com...
I have created forms to get info from flash to email and an access database.
I
still don't know how to assign variables to any other type of component
other
than a text field. When working with ComboBoxes and lists as well as other
types of components, how do I assign and collect the variables in with ASP?
At the very least does anyone know of any tutorials that will help with
this?
Thanx so much for any help!!!