Flash/Actionscript posting to HTML problem

krelborn

New Member
This may be a simple question for someone to answer but here goes:
Im using flash for the first time ever and i have it posting 2 values from a form to a HTML page. The problem is im getting lots of white space around the posted values.
The actionscript on the flash button is:
Code:
on (release) {
	getURL("index2.php","","POST");
}
and the results look something like this:
"

value1

"
ive tried the php function trim and that did no good. I have no idea anymore so any help is welcome.
 
Back
Top