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
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