Hello,

Can someone help me with this. I need to send a url request with the spaces
intact and not urlencoded.

Is there a way to do this?

var url:String = 'http://www.somesite.com/home?status=My Bikini Design ' +
shortenedLink;
var req:URLRequest = new URLRequest(url); 
navigateToURL(req,'_blank');

Thanks for any help!

-T

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to