Flash + php

Hi!

I started to learn actionscript yesterday so I am a noob

I Wanted to make a form and send information from flash to php. I now how i can do it BUT when I open the swf file it looks like this: (see picture)

There is a input with level0.message, I want that the input would be empty and the text: level0.message came when I write message in “Var” but it doesn’t work without message in Var.
How can I erase the input from text?

Thanks //WebbHelp

PS. If you don’t understand something that I have write, ask so i can explane it again.

The instance name field and the *variable *field must be different from each other.

e.g.

Instance name: message_txt
Variable: message

Cheers