Ok, so I got this flash guest book that sends the name/message to the .asp
script.
The .asp script puts the name/message nicely into a .txt file.
How do I use the response from the .asp to trigger something in my
actionscript?
Culme - 21 Aug 2007 14:20 GMT
I'm not entirely sure I understood the question - but:
Assuming you're using LoadVariables in order to POST your data to the ASP
script, you can use the OnData event to detect that the ASP script has
completed and is returning it's response to your flash app.
Hth
/Culme
Gorka Ludlow - 22 Aug 2007 17:10 GMT
The response form the asp should be in flash readable format (aka like flash
reading a text file). That way you can wirte the response depending on the
actions that took place.
Cheers,
Gorka
www.AquiGorka.com