Click to See Complete Forum and Search --> : Flash Pass Values through url


zaver
07-08-2006, 08:38 AM
Hello
I am having trouble passing to another page a string followed by a value from a text box, using flash.

I use: getURL("pop.html"+"?c="+txtbox.text); but only the value of the textbox passes (txtbox.text)

I want the url to be: http://www.pop.html?c=4 but i only get http://www.pop.html4

Can anyone help me
Thank you