Re: [SPAM] [flexcoders] Reading URL arguments from within initApp()

2010-01-25 Thread valdhor
The following should help you out: http://www.flexer.info/2007/11/28/access-the-query-string-variables-from-flex-application/ --- In flexcoders@yahoogroups.com, Penny Laus pennyl...@... wrote: Could anyone point me to a working example of customized wrapper that inserts URL parameters into

Re: [SPAM] [flexcoders] Reading URL arguments from within initApp()

2010-01-25 Thread Penny Laus
On Tue, Jan 26, 2010 at 4:36 AM, valdhor valdhorli...@embarqmail.comwrote: The following should help you out: http://www.flexer.info/2007/11/28/access-the-query-string-variables-from-flex-application Thanks very kindly, that did the trick!

RE: [SPAM] [flexcoders] Reading URL arguments from within initApp()

2010-01-24 Thread Tracy Spratt
_ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Penny Laus Sent: Saturday, January 23, 2010 10:41 PM To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] Reading URL arguments from within initApp() I'm working on a registration system that will be used

Re: [SPAM] [flexcoders] Reading URL arguments from within initApp()

2010-01-24 Thread David Adams
On Mon, Jan 25, 2010 at 2:27 AM, Tracy Spratt tr...@nts3rd.com wrote: There are several ways to do this. I usually use javascript in the html wrapper to split the url params in to an array: Thanks for the suggestion. Is there a way to do it from within the Flex code itself?

Re: [SPAM] [flexcoders] Reading URL arguments from within initApp()

2010-01-24 Thread Penny Laus
On Mon, Jan 25, 2010 at 2:27 AM, Tracy Spratt tr...@nts3rd.com wrote: There are several ways to do this. I usually use javascript in the html wrapper to split the url params in to an array: var _sPassedUrlParms = new String(document.location).split('?')[1]; //Get any passed-in

Re: [SPAM] [flexcoders] Reading URL arguments from within initApp()

2010-01-24 Thread Penny Laus
Could anyone point me to a working example of customized wrapper that inserts URL parameters into FlashVars? As it is, I've had zero luck tweaking the default template. In fact, it seems like its HTML is invalid (?) The concept seems clear enough, as explained by Tracy, in the docs and elsewhere:

RE: [SPAM] Re: [SPAM] [flexcoders] Reading URL arguments from within initApp()

2010-01-24 Thread Tracy Spratt
URL arguments from within initApp() On Mon, Jan 25, 2010 at 2:27 AM, Tracy Spratt tr...@nts3rd. mailto:tr...@nts3rd.com com wrote: There are several ways to do this. I usually use javascript in the html wrapper to split the url params in to an array: Thanks for the suggestion

RE: [SPAM] Re: [SPAM] [flexcoders] Reading URL arguments from within initApp()

2010-01-24 Thread Tracy Spratt
: [SPAM] [flexcoders] Reading URL arguments from within initApp() Could anyone point me to a working example of customized wrapper that inserts URL parameters into FlashVars? As it is, I've had zero luck tweaking the default template. In fact, it seems like its HTML is invalid

RE: [SPAM] Re: [SPAM] [flexcoders] Reading URL arguments from within initApp()

2010-01-24 Thread Tracy Spratt
Subject: [SPAM] Re: [SPAM] [flexcoders] Reading URL arguments from within initApp() On Mon, Jan 25, 2010 at 2:27 AM, Tracy Spratt tr...@nts3rd. mailto:tr...@nts3rd.com com wrote: There are several ways to do this. I usually use javascript in the html wrapper to split the url params

[flexcoders] Reading URL arguments from within initApp()

2010-01-23 Thread Penny Laus
I'm working on a registration system that will be used by new and existing participants. The customer would like to be able to email existing participants a URL that bypasses the login screen. So, if the usual URL is http://www.foo.com/register.html They would like to use a URL that skips