Asp access flash communication

i am trying to send variables to an asp page from flash as in the posted tutorial

the variables i am trying to send reside in an accordian ui component, when i test the page i an connecting with the page to send the variables but am unable to locate them in the string, i think it is a targeting issue, and am not sure if my get url is actually sending the right set of variables to the .asp page

below is the line rcvd when i submit from within the accordian

http://www.server.com/processForm.asp?tfList=%5Bobject+Object%5D&invalidateFlag=false&%5F%5FlabelPlacement=right&%5F%5Ftoggle=false&enabled=true&%5FminHeight=0&%5FminWidth=0&%5F%5Fwidth=120&%5F%5Fheight=22&stylecache=%5Bobject+Object%5D&useHandCursor=false&rolloverIcon=falseUpIcon&childrenCreated=true&initializing=false&upSkin=%5Flevel0%2Esite%5Fcontent%2Ereservation%2EtheAccordion%2Ecadditional%2Esubmit%2Efus&skinName=%5Flevel0%2Esite%5Fcontent%2Ereservation%2EtheAccordion%2Ecadditional%2Esubmit%2Efrs&methodTable=&phase=rollover&rolloverSkin=%5Flevel0%2Esite%5Fcontent%2Ereservation%2EtheAccordion%2Ecadditional%2Esubmit%2Efrs&downSkin=%5Flevel0%2Esite%5Fcontent%2Ereservation%2EtheAccordion%2Ecadditional%2Esubmit%2Efds&keyHandler=%5Bobject+Object%5D

if i put the same fields on the root level i am able to see the varibales as demoed below

http://www.server.com/processForm.asp?fname=xczxc&lname=zxczx&email=zxc&message=zxc

any thoughts?

thanks