Re: [flexcoders] Compile CSS to SWF problem

2007-04-10 Thread Igor Costa
You're missing the upSkin:Embed('../images/buttonup.png'); due to the scope location of an image. Are you using this as external CSS file or embedded into an MXML? here's a collection of example on how to use it http://www.igorcosta.org/?p=40 regards. On 06 Apr 2007 09:51:37 -0700, e_baggg

Re: [flexcoders] Compile CSS to SWF problem

2007-04-06 Thread Tim Walling
The images you embed need to be accessible by the compiler. Is the images folder in the same directory as the CSS? Have you tried changing the path to the image? Tim On 06 Apr 2007 09:51:37 -0700, e_baggg <[EMAIL PROTECTED]> wrote: I have a .css file which compiles to a swf and I can load i

[flexcoders] Compile CSS to SWF problem

2007-04-06 Thread e_baggg
I have a .css file which compiles to a swf and I can load in via runtime without problem (using StyleManager.loadStyleDeclarations()). However, I receive compiler errors once I have Embed code in my css like below. I presume it is because the swf that the css gets compiled to does not have access