Hello again,
Okay now that I figure out one of my problems I have another one.
How can I take to variables and pase them to two different dynamic fields in flash.
For example my code is(in php):
echo "NB="Members: " . $variable2;
echo "NB2="Members2: " . $variable3;
But in flash it shows this in the field NB:
Members: 135 NB2="Members: " .$variiable3;
How can I get it so that it doesn’t do the above.
Any help is appreciated!