I tryed to do the guestbook with flash actionscript 3.0 and php which I foud under Flash tutorials http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=601. I even took the "right" actionscript code, but when I tryed it on my server I got a error message that says:
"Error: Error #2101: The string passed to URLVariables.decode () must be a URL-encoded query string containing name / value pairs.
at Error$/throwError()
at flash.net::URLVariables/decode()
at flash.net::URLVariables()
at flash.net::URLLoader/onComplete()"
Where are the error? I've checked AS and the PHP coding without finding any. Does anybody know where the error is?