Re: [flexcoders] SWFLoader query string?

2007-03-15 Thread Bjorn Schultheiss
56 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] SWFLoader query string? Chad: I don’t know why that traces out undefined for you, this is what I am doing in my mxml to pass variables in a query string and it works. Thanks, Patrick private function createTextEf

RE: [flexcoders] SWFLoader query string?

2007-03-15 Thread Tracy Spratt
ubject: RE: [flexcoders] SWFLoader query string? Chad: I don't know why that traces out undefined for you, this is what I am doing in my mxml to pass variables in a query string and it works. Thanks, Patrick private function createTextEffects

RE: [flexcoders] SWFLoader query string?

2007-03-15 Thread {reduxDJ}
Thursday, March 15, 2007 11:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] SWFLoader query string? When programming in AS2 for Flash, I was always able to have an AS2 swf load into it another AS2 swf and pass that swf variables using query string as such: swfToLoad.swf?var1=1&a

[flexcoders] SWFLoader query string?

2007-03-15 Thread Chad Callahan
When programming in AS2 for Flash, I was always able to have an AS2 swf load into it another AS2 swf and pass that swf variables using query string as such: swfToLoad.swf?var1=1&var2=2 When the swfToLoad ran, it automatically had the var1 and var2 variables declared and assigned the same values t