Flaw in flash
I have been testing all permutations.
Seems that flash has a flaw in it. If you send a simple item to php and get a reply back, it will work. If the php file is doing more than one thing at a time, flash gets lost. So if you do an "include_once" or send an email or access your database, flash will not get the message back. I even tried to send the message to a simple php file for that one to send the message to flash, but as all data is still in the buffer in php, flash cant see it. Flash cant see the wood for the trees.
I also tried it in cs5 with no luck. Seems that Adobe have not found this out.
Two links below are the previous requests on this isue.
http://forums.adobe.com/thread/621845?tstart=0
http://forums.adobe.com/thread/649331?tstart=0
The reason i am wanting this to work, is that this is for a flash form that will enter a new member to my site. So the php script will connect to my database and input the new member details, check for duplicate entries, send a confirmation e-mail for security and then send the relevant info back into flash.
I first thought it was my php script, but i now know that it is flash. I would love it if adobe would do a bug-fix on this. I am using cs4 at the moment, but have tried it in cs5 with the same out come.