[flexcoders] Re: AS3 URLRequest issue

2009-09-23 Thread Calbeans
That's exactly what it was, I needed to escape my flashvar.  Thanks!



[flexcoders] Re: AS3 URLRequest issue

2009-09-22 Thread valdhor
escape?

http://livedocs.adobe.com/flex/3/langref/package.html#escape%28%29


--- In flexcoders@yahoogroups.com, "Calbeans"  wrote:
>
> Hi All, 
> 
> This isn't actually a Flex question but hopefully someone can still answer it 
> for me.  I have a URLRequest set up, and the URL that I'm navigating to has a 
> "&" symbol in it, so when I'm being navigated to the page, the URL gets cut 
> off right at the & symbol. 
> 
> Is there some way around that, like maybe make an if statement saying 
> something like (if url contains & then convert it to %26) or something like 
> that?
>