all groups > flash data integration > january 2006 >
You're in the

flash data integration

group:

Component Form Variables


Re: Component Form Variables Motion Maker
1/5/2006 11:27:55 AM
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]
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!!!

Component Form Variables wish7
1/5/2006 2:44:09 PM
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!!!
AddThis Social Bookmark Button