Hi, There is a problem in loading an external mxml using loader control when there is theme set in application tag. It never gets initialized.
Here is the sample scenario, There are two flex applications, app1.mxml and app2.mxml. I have applied a theme (mac / XP / pulseBlue etc) for app1.mxml in application tag using theme attribute. I created a loader control which will load app2.mxml which does not have any theme specified. It fails to apply the theme that was specified in app1.mxml to app2.mxml. If I specify the theme for app2.mxml also, then loader fails to load app2.mxml. To apply the theme to app2.mxml also what should be done? Cheers, BSS -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

