Re: [flexcoders] SWF Loading and Query Strings

2007-04-24 Thread Michael Wills
I don't know if this is related, but can you confirm with an HTTP debugger or perhaps Firefox's LiveHTTPHeaders extentions what it is trying to load? Flex URL encodes requests going out so it may correctly load the SWF, but everything else may be encoded to something like

Re: [flexcoders] SWF Loading and Query Strings

2007-04-24 Thread Manish Jethani
Have you tried this with a standalone AS3 example? Try accessing the value of systemManager.loaderInfo.parameter from your sub-application (the loaded one). On 4/23/07, jay.baird [EMAIL PROTECTED] wrote: Hi all, Here's the scenario: We've got a SWF we're trying to load with a custom class

[flexcoders] SWF Loading and Query Strings

2007-04-23 Thread jay.baird
Hi all, Here's the scenario: We've got a SWF we're trying to load with a custom class that looks like this: public class Foo extends MovieClip { public function Foo():void { var loader:Loader = new Loader(); var request:URLRequest = new URLRequest(url);