Hi thanks for reply, yeah I already checked all the names of files and forms and everything is in order, like I mentiones before it does work fine locally in my computer with apache and mysql, its just in the server that flash can't talk to the php file. I thought in the embedded html code of the swfobject adding the param('allowScriptAccess', 'always'); would fix it but still no luck.
I dont know if I need to change permissions in files or what.
I dont think you have to change permissions. Default, permissions set all yes to read, write for local scripts.
I'm wondering if you used full link (
http://www.yoursite.com/yourpath/yourfile.php) instead of use short link ( /yourpath/yourfile.php or ../yourfile.php) is there anything wrong with mysql connect?