Hi Tom
I used external CSS as follows
Application
{
background-color:#92959E;
backgroundAlpha:2;
borderThickness:0;
}
and it is working fine in my case.
However if I modify my external CSS using Dreamwaever it does not sho the
property backgroundAlpha though.
Anuj
On Mon, Nov 24, 2008 at 3:33 PM, Tom McNeer <[EMAIL PROTECTED]> wrote:
> Hi,
>
> When using an external CSS file in my Flex apps, I receive compiler errors
> from attributes that are not valid for normal browser CSS ('property
> "backgroundAlpha" doesn't exist'), either because the attributes don't exist
> in HTML (fillAlphas) or because they are written in Actionscript "style"
> ("fontSize" rather than "font-size").
>
> Has anyone else seen this, or know why it might be happening?
>
> These errors don't occur if the CSS are within the <Style> tag in the main
> application file. They occur during the build, and I get the usual alert
> about errors in the project, asking if I want to continue to launch the
> application.
>
> --
> Thanks,
>
> Tom
>
> Tom McNeer
> MediumCool
> http://www.mediumcool.com
> 1735 Johnson Road NE
> Atlanta, GA 30306
> 404.589.0560
>
>