Re: [Flashcoders] How to access var passed in URL from AS2 class

2008-12-16 Thread Juan Pablo Califano
I think you're passing the vars to the html page, but not the swf. You can use flashvars or just append a querystring to the swf url and you should be able to trace them Cheers Juan Pablo Califano. 2008/12/16 Ali Drongo alidro...@googlemail.com Hi there, I'm passing a variable to my swf

Re: [Flashcoders] How to access var passed in URL from AS2 class

2008-12-16 Thread Nate Beck
http://www.mydomain.com/index.html?passedPage=180 This won't pass into flash as a flashvar. You have a few options though. - Use Javascript to grab the query string and then write it in as a flashvar or query string to the swf. (ex: MySwf.swf?passedPage=180 - Make an ExternalInterface

RE: [Flashcoders] How to access var passed in URL from AS2 class

2008-12-16 Thread whispers
-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Nate Beck Sent: Tuesday, December 16, 2008 10:35 AM To: Flash Coders List Subject: Re: [Flashcoders] How to access var passed in URL from AS2 class http://www.mydomain.com/index.html?passedPage=180

Re: [Flashcoders] How to access var passed in URL from AS2 class

2008-12-16 Thread Nate Beck
...@chattyfig.figleaf.com] On Behalf Of Nate Beck Sent: Tuesday, December 16, 2008 10:35 AM To: Flash Coders List Subject: Re: [Flashcoders] How to access var passed in URL from AS2 class http://www.mydomain.com/index.html?passedPage=180 This won't pass into flash as a flashvar. You have a few

RE: [Flashcoders] How to access var passed in URL from AS2 class

2008-12-16 Thread whispers
: Tuesday, December 16, 2008 11:17 AM To: Flash Coders List Subject: Re: [Flashcoders] How to access var passed in URL from AS2 class Hey that's cool, I didn't know that existed. Thanks whispers! -- Cheers, Nate http://blog.natebeck.net On Tue, Dec 16, 2008