[flexcoders] problem running in flex 3 what does run in flex 201

2008-02-26 Thread Justin DeVuyst
Hello, I have an app that works when compiled with flex 201. It is a non-trivial setup. I have a loader app that uses framework.swc and flex.swc as RSLs. The loader app then manually loads any custom RSLs we have (we have one at the moment) the style swf, and finally the app swf. Note that

RE: [flexcoders] problem running in flex 3 what does run in flex 201

2008-02-26 Thread Justin DeVuyst
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Justin DeVuyst Sent: Tuesday, February 26, 2008 1:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] problem running in flex 3 what does run in flex 201 Hello, I have an app that works when compiled with flex 201. It is a non

Re: [flexcoders] Re: Odd issue when using the framework swf as an RSL

2008-02-13 Thread Justin DeVuyst
@yahoogroups.com, Justin DeVuyst [EMAIL PROTECTED] wrote: Hello All, I would like to load a lot of apps on a single page. To help speed things up I want to load the framework swf as an RSL. Problem is when that swf loads the current directory or base URL changes to where the framwork swf is. I don't

Re: [flexcoders] Re: Odd issue when using the framework swf as an RSL

2008-02-13 Thread Justin DeVuyst
. Any other ideas? Thanks, jdv Gaurav Jain wrote: I think value for -runtime-shared-libraries+= should be a url not an absolute path. Thanks, Gaurav --- In flexcoders@yahoogroups.com, Justin DeVuyst [EMAIL PROTECTED] wrote: Thanks for responding to my query Gaurav. I compile

[flexcoders] Odd issue when using the framework swf as an RSL

2008-02-12 Thread Justin DeVuyst
Hello All, I would like to load a lot of apps on a single page. To help speed things up I want to load the framework swf as an RSL. Problem is when that swf loads the current directory or base URL changes to where the framwork swf is. I don't want that to happen. Any ideas on this? -jdv

[flexcoders] Problem embedding app with RSL

2008-01-31 Thread Justin DeVuyst
Hello, I have a flex 2 app that works fine as it is. It uses a library of custom components that is currently statically linked in. I would like to make that library an RSL. I did this the normal way and it works fine. What doesn't work is when I try to embed this app inside another app and