[thelist] Flash LoadVars.send to asp

Christopher Joseph christopher at ideadesigners.com
Wed Aug 13 09:38:00 CDT 2003


Hi List,

I am using Flash LoadVars.send() to http:GET to an asp server page. The 
asp server page posts an email with the results *but* anywhere a pound 
sign is show it is preceded with a rogue char e.g.

£25,000 to £35,000

the text for this string is taken from a flashUI combo box label as shown:

<code type="actionscript">

varSender = new LoadVars();
	
	// assign the properties to the varSender object
	// ...these variables are sent to the server.
	varSender.Current_Income = dd7.getSelectedItem().label;
	
	//Send variables to server and catch reply in new browser window.
	varSender.send(_level0.varsenderurl, "_self", "GET");
	}

The combo box labels do not show an errant char.....

</code>

Any thoughts on what is happening?

n.b. Am using GET becuase apparently windows flash player does not POST!


-- 
Christopher Joseph

-------------------
[Internet]
http://www.ideadesigners.com  [iseries & web technologies]
mailto: christopher at ideadesigners.com

[Telephone]
mobile:   +44 7966 003860
Office:   +44 1494 731814 ext. 832
Direct:	  +44 1494 731832

[Instant Message]
ICQ: 78019724
YIM = Josephc_98
MSN = christopher at ideadesigners.com



More information about the thelist mailing list