PDA

View Full Version : Need MX Component Help!!!


earcountry
04-22-2005, 06:00 PM
Is it possible to have a variable passed from an HTML page show up in a Text Area component? If so, how would you do that? Thanks!!

MrDonut
04-22-2005, 06:19 PM
yes, pass the contents of the variable as a parameter to the flash file and then set the textarea.text = parameter name in actionscript

earcountry
04-22-2005, 06:25 PM
Thanks for the quick reply!

Where would I put that script, in the first frame of the flash file? Also, does the parameter name need to be in " " ?