Re: [flexcoders] Runtime CSS problem with SWFLoader

2007-09-30 Thread Jason Y. Kwong
. Kwong *Sent:* Saturday, September 29, 2007 9:34 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Runtime CSS problem with SWFLoader Thank you for your reply, Alex. I tried doing the following with the SWFLoader: var lctx: LoaderContext = new LoaderContext

RE: [flexcoders] Runtime CSS problem with SWFLoader

2007-09-30 Thread Alex Harui
: Sunday, September 30, 2007 9:09 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Runtime CSS problem with SWFLoader Yes, I had originally thought that you meant to load the CSS swf into the the current domain. However, StyleManager.loadStyleDeclarations() does not give the option

[flexcoders] Runtime CSS problem with SWFLoader

2007-09-29 Thread Jason Y. Kwong
I've got an app which loads different runtime CSS SWFs to change its appearance at runtime. Everything works fine. However, if I load this app inside another app using SWFLoader, the style changes don't happen. At best, some of the new styles are applied, but never all. I can confirm that the

RE: [flexcoders] Runtime CSS problem with SWFLoader

2007-09-29 Thread Alex Harui
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Y. Kwong Sent: Saturday, September 29, 2007 1:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Runtime CSS problem with SWFLoader I've got an app which loads different runtime CSS SWFs to change its appearance at runtime

Re: [flexcoders] Runtime CSS problem with SWFLoader

2007-09-29 Thread Jason Y. Kwong
[mailto:[EMAIL PROTECTED] *On Behalf Of *Jason Y. Kwong *Sent:* Saturday, September 29, 2007 1:05 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Runtime CSS problem with SWFLoader I've got an app which loads different runtime CSS SWFs to change its appearance at runtime

RE: [flexcoders] Runtime CSS problem with SWFLoader

2007-09-29 Thread Alex Harui
: Saturday, September 29, 2007 9:34 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Runtime CSS problem with SWFLoader Thank you for your reply, Alex. I tried doing the following with the SWFLoader: var lctx: LoaderContext = new LoaderContext(); lctx.applicationDomain