[flexcoders] Re: Problems compiling defaults.css into SWC - F3B3 - SOLVED

2008-01-11 Thread ben.clinkinbeard
The leading slash is apparently a no-no. Changing from Embed('/flexmdi/assets/img/closeButton.png') to Embed('flexmdi/assets/img/closeButton.png') seems to have fixed it. Along with a nice project Clean of course. Ben --- In flexcoders@yahoogroups.com, "ben.clinkinbeard" <[EMAIL PROTECTED]> wrot

[flexcoders] Re: Problems compiling defaults.css into SWC - F3B3

2008-01-11 Thread ben.clinkinbeard
OK, I had things messed up and now the defaults.css is being compiled into the SWC. The images embedded in it are not though. I am getting lots of errors like this in the project that uses the SWC: Invalid Embed directive in stylesheet - can't resolve source 'Embed("/flexmdi/assets/img/closeButton

[flexcoders] Re: Problems compiling defaults.css into SWC - F3B3

2008-01-11 Thread ben.clinkinbeard
Hmmm, the styles defined in defaults.css are definitely not being applied in the project using the SWC. --- In flexcoders@yahoogroups.com, "madflexcoder" <[EMAIL PROTECTED]> wrote: > > don't use the -include-stylesheet directive when in a flex library > project. it's done automatically. > > >

[flexcoders] Re: Problems compiling defaults.css into SWC - F3B3

2008-01-11 Thread madflexcoder
don't use the -include-stylesheet directive when in a flex library project. it's done automatically. --- In flexcoders@yahoogroups.com, "ben.clinkinbeard" <[EMAIL PROTECTED]> wrote: > > I am trying to include the default styles in my SWC but am getting > errors when setting the compiler options