Flash (Component) to PHP with loadVariablesNum

I’m warning you, this might be a simple problem to solve, since I’m trying to take my first steps to a PHP-integration in Flash… :slight_smile:

I try to send the contents of a TextInput-component (named text) to a PHP-script, but the PHP-script doesn’t get the text! (It’s nothing wrong w/ the PHP-file)

I only have a TextInput and a Button, and the button has the following actions:

on (click) {
loadVariablesNum(“save.php”, 0, “POST”);
}

Can someone tell me what I’m doing wrong? :!:
And what if I want to send text from TextInput-fields from diferent frames? :h:

Thanks
/Kalliban