Hi,
I've been trying to load a custom theme in Flex and have had no luck. Here's the code: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" theme="theme/DougHalo.swc"> <mx:ComboBox/> </mx:Application> I get the following error: "unable to load theme theme/DougHalo.swc" I am using FlexBuilder 1,5, Flex 1.5, and MX2004 Pro. In addition to trying to create my own theme, I have tried the pulseBlue.swc theme that is installed with Flex 1.5 (C:\Program Files\Macromedia\Flex\resources\themes\graphic\pulseBlue). That didn't work either -- same error. Class path points to $(LocalData)/Flex Classes. I used the following as references: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19322 And the Themes section of Chapter 11 in the Webster Flex book. Basically, I opened the HaloTheme.fla. Saved as. Modified a graphic. Right clicked the Halo Theme - export SWC file. Thanks, Doug 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/

