[Flashcoders] Re: Retrieving URL params gets truncate in ActionScript2

2008-05-20 Thread ACE Flash
humm I have tried to put the string in [ ] 'flashvars':'link=[http://www.google.com?test=1test2=2test3=3test4=4]http://www.google.com/?test=1test2=2test3=3test4=4 ' it still search from link= and stop on the frist params which is test=1 in this case. Is there any way to handle this in AS2?

Re: [Flashcoders] Re: Retrieving URL params gets truncate in ActionScript2

2008-05-20 Thread jonathan howe
Hi, Ditch the brackets and escape your ampersands. I think it's %26. Since you can pass multiple variables to flash vars, you're actually getting variables in your root named test2, test3 etc. -jonathan On Tue, May 20, 2008 at 3:33 PM, ACE Flash [EMAIL PROTECTED] wrote: humm I have tried to